Rdoc$getUsage | R Documentation |
Gets the usage of a method.
## 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, ...)
method |
A method name ( |
class |
An optional class name ( |
wrap |
An |
... |
Not used. |
Returns a character
string.
Henrik Bengtsson
For more information see Rdoc
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.