unsafe extern "C-unwind" fn Rf_dimnamesgets_unchecked(
vec: SEXP,
val: SEXP,
) -> SEXPExpand description
Set the dimnames attribute of an array/matrix.
Equivalent to R’s dimnames(vec) <- val syntax.
The “gets” suffix indicates this is a setter function.
§Returns
Returns the modified vector.
Unchecked FFI binding for Rf_dimnamesgets.
Generated from source location line 2538, column 8.
Generated from source file miniextendr-api/src/ffi.rs.