fn builtin_dim( args: &[RValue], _: &[(String, RValue)], ) -> Result<RValue, RError>
Get the dimensions of a matrix, array, or data frame.
@param x object to query @return integer vector of dimensions, or NULL if none