fn builtin_unname(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Remove names and dimnames from an object.
@param obj object to strip names from @return the object with names and dimnames attributes removed