Returns the method names of class and its super classes
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, ...)
Henrik Bengtsson
For more information see Class
.
names <- getMethods(Exception) print(names)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.