Skip to main content

builtin_nrow

Function builtin_nrow 

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

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

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