Skip to main content

builtin_names

Function builtin_names 

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

Get the names attribute of an object.

@param x object whose names to retrieve @return character vector of names, or NULL if unnamed