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