argsToString.Rdoc {R.oo}R Documentation

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.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see Rdoc.


[Package R.oo version 1.6.5 Index]