Rdocumentation
powered by
Learn R Programming
R.oo (version 1.2.7)
argsToString.Rdoc: Gets the arguments signature of a function
Description
Gets the arguments signature of a function.
Usage
Rdoc$argsToString(fcn, ...)
Arguments
fcn
A
function
.
...
Not used.
Value
Returns a
list
of
character
string.
synopsis
argsToString.Rdoc(static, fcn, ...)
See Also
For more information see
Rdoc
.