getMethods.Class | R Documentation |
Returns the method names of class and its super classes as a list.
## S3 method for class 'Class'
getMethods(this, private=FALSE, deprecated=TRUE, unique=TRUE, ...)
private |
If |
deprecated |
If |
unique |
If |
... |
Not used. |
Returns a named list
of named character
strings.
Henrik Bengtsson
For more information see Class
.
names <- getMethods(Exception)
print(names)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.