fn builtin_set_names(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
setNames — set names on an object and return it.
@param object any R object @param nm character vector of names @return the object with names set @namespace stats