Rdoc$argsToString | R Documentation |
Gets the arguments signature of a function.
## Static method (use this):
## Rdoc$argsToString(fcn, escapeRd=FALSE, collapse=TRUE, ...)
## Don't use the below:
## S3 method for class 'Rdoc'
argsToString(static, fcn, escapeRd=FALSE, collapse=TRUE, ...)
fcn |
A |
escapeRd |
If |
collapse |
If |
... |
Not used. |
Returns a list
of character
strings.
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.