formalArgs
Access to the Formal Argument Names
Description
Get the formal argument names of a function.
Usage
formalArgs(def)
Arguments
def |
a function object or a function name.
|
Value
returns a character vector of argument names.
See Also
Examples
# Getting names of formal arguments
formalArgs(lm)
formalArgs("lapply")