fn builtin_get_class_def(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Look up an S4 class definition by name.
@param Class character string naming the class @param where environment to search in (ignored) @return the class definition or NULL @namespace methods