arg.names {robust} | R Documentation |
Returns the argument names of a function or call.
arg.names(x)
x |
a function, call, or a character vector of length 1 containing the name of a function. |
a character vector containing the names of the arguments.
arg.names(lm)