fn builtin_names_set(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Set the names attribute of an object.
@param x object to modify @param value character vector of new names, or NULL to remove @return the modified object