Skip to main content

builtin_dim

Function builtin_dim 

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

Get the dimensions of a matrix, array, or data frame.

@param x object to query @return integer vector of dimensions, or NULL if none