IsRClass( obj )
IsRClass returns true if the object obj, which may be an object of arbitrary type, is an R class, and false otherwise (see RClass). It will signal an error if obj is an unbound variable.
IsRClass
true
false
[Index]