Learn R Programming

R.oo (version 1.7.5)

getSuperclasses.Class: Gets the super classes of this class

Description

Gets the super classes of this class.

Usage

## S3 method for class 'Class':
getSuperclasses(this, ...)

Arguments

...
Not used.

Value

See Also

class(). *getKnownSubclasses(). For more information see Class.

Examples

Run this code
print(getSuperclasses(RccViolationException))
  returns
  [1] "Exception" "try-error" "Object"

Run the code above in your browser using DataLab