Skip to main content

copy_df_attrs

Function copy_df_attrs 

Source
unsafe fn copy_df_attrs(from: SEXP, to: SEXP)
Expand description

Copy class and row.names attributes from one data.frame SEXP to another.

ยงSafety

Both SEXPs must be valid VECSXPs.