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 Rdoc
argsToString(static, fcn, escapeRd=FALSE, collapse=TRUE, ...)
A function
.
If TRUE
, certain Rd markup symbols are escaped.
If TRUE
, each argument is returned as a single string,
otherwise split up into a vector of strings as far as possible.
Not used.
For more information see Rdoc
.