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, ...)

Arguments

fcn

A function.

escapeRd

If TRUE, certain Rd markup symbols are escaped.

collapse

If TRUE, each argument is returned as a single string, otherwise split up into a vector of strings as far as possible.

...

Not used.

Value

Returns a list of character strings.

Author

Henrik Bengtsson

See also

For more information see Rdoc.