Rdoc$argsToString {R.oo} | R Documentation |
Gets the arguments signature of a function
Description
Gets the arguments signature of a function.
Usage
## 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, ...)
Arguments
fcn |
A |
escapeRd |
If |
collapse |
If |
... |
Not used. |
Value
Returns a list
of character
strings.
Author(s)
Henrik Bengtsson
See Also
For more information see Rdoc
.
[Package R.oo version 1.25.0 Index]