Skip to main content

builtin_class_set

Function builtin_class_set 

Source
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