getRdMethods.Class {R.oo} | R Documentation |
Gets the methods of a class in Rd format.
## S3 method for class 'Class': getRdMethods(class, visibility=c("public", "protected", "private"), showDeprecated=FALSE, trial=FALSE, ...)
visibility |
A character string specifying which methods to return. |
showDeprecated |
If TRUE , deprecated methods are returned,
otherwise not. |
trial |
If TRUE , trial methods are returned, otherwise not. |
... |
Not used. |
Returns a character
string.
Henrik Bengtsson http://www.braju.com/R/
For more information see Class
.