Rdoc$argsToString {R.oo} | 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
.