Rdoc$getUsage {R.oo} | R Documentation |
Gets the usage of a method
Description
Gets the usage of a method.
Usage
## Static method (use this):
## Rdoc$getUsage(method, class=NULL, wrap=90L, indent=2L, ...)
## Don't use the below:
## S3 method for class 'Rdoc'
getUsage(static, method, class=NULL, wrap=90L, indent=2L, ...)
Arguments
method |
A method name ( |
class |
An optional class name ( |
wrap |
An |
... |
Not used. |
Value
Returns a character
string.
Author(s)
Henrik Bengtsson
See Also
For more information see Rdoc
.
[Package R.oo version 1.25.0 Index]