Skip to main content

builtin_dimnames

Function builtin_dimnames 

Source
fn builtin_dimnames(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Get the dimension names of a matrix, array, or data frame.

@param x object to query @return list of character vectors (one per dimension), or NULL