Skip to main content

Rf_getAttrib

Function Rf_getAttrib 

Source
unsafe fn Rf_getAttrib(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. Checked wrapper for Rf_getAttrib. Calls Rf_getAttrib_unchecked and routes through with_r_thread. Generated from source location line 2383, column 8. Generated from source file miniextendr-api/src/ffi.rs.