Skip to main content

builtin_ncol

Function builtin_ncol 

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

Get the number of columns of a matrix, array, or data frame.

@param x object to query @return integer scalar, or NULL for objects without dimensions