getSuperclasses.Class | R Documentation |
Gets the super classes of this class.
## S3 method for class 'Class'
getSuperclasses(this, ...)
... |
Not used. |
Returns a vector
of character
strings.
Henrik Bengtsson
class
().
*getKnownSubclasses()
.
For more information see Class
.
print(getSuperclasses(RccViolationException))
## Not run:
returns
[1] "Exception" "try-error" "Object"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.