Skip to main content

builtin_unname

Function builtin_unname 

Source
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