fn builtin_array(
args: &[RValue],
named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Create a multi-dimensional array.
@param data vector of values to fill the array (recycled if needed) @param dim integer vector of dimensions @param dimnames list of dimension name vectors @return array (vector with dim and class attributes)