argNames {msProcess} | R Documentation |
Displays only the argument names for a function.
argNames(x)
x |
the name of a function. A character string is also accepted, and is useful when the function name would not be interpreted as a name by the parser. |
the names of the arguments.
args
.
argNames(lm) argNames("lm")