fn builtin_dimnames_set(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Set the dimension names of a matrix, array, or data frame.
@param x object to modify @param value list of character vectors (one per dimension), or NULL @return the modified object