Skip to main content

Rf_dimnamesgets_unchecked

Function Rf_dimnamesgets_unchecked 

Source
unsafe extern "C-unwind" fn Rf_dimnamesgets_unchecked(
    vec: SEXP,
    val: SEXP,
) -> SEXP
Expand 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.