getRdMethods.Class {R.oo} | R Documentation |
Gets the methods of a class in Rd format.
## S3 method for class 'Class': getRdMethods(class, visibilities=c("private", "protected", "public"), ...)
visibilities |
A character string specifying what types of methods
to return. |
... |
Not used. |
Returns a character
string.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Class
.