Skip to main content

Rf_getAttrib_unchecked

Function Rf_getAttrib_unchecked 

Source
unsafe extern "C-unwind" fn Rf_getAttrib_unchecked(
    vec: SEXP,
    name: SEXP,
) -> SEXP
Expand description

Read an attribute from an object by symbol (e.g. R_NamesSymbol).

Returns R_NilValue if the attribute is not set. Unchecked FFI binding for Rf_getAttrib. Generated from source location line 2383, column 8. Generated from source file miniextendr-api/src/ffi.rs.