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 3752, column 8.
Generated from source file miniextendr-api/src/ffi.rs.