Skip to main content

Rf_copyMostAttrib

Function Rf_copyMostAttrib 

Source
pub unsafe fn Rf_copyMostAttrib(source: SEXP, target: SEXP)
Expand description

Copy most attributes from source to target.

Copies all attributes except names, dim, and dimnames. Checked wrapper for Rf_copyMostAttrib. Calls Rf_copyMostAttrib_unchecked and routes through with_r_thread. Generated from source location line 2103, column 12. Generated from source file miniextendr-api/src/sys.rs.