Description Usage Arguments Value Author(s) See Also
This generic function has methods for computing the names of
all the parameters in a type specification for a function
for which type information is explicitly specified.
There is also a method for functions which merely returns the names of
the formal parameters, i.e. a call to formals
.
1 | paramNames(def)
|
def |
the object from which we are to identify the names of the parameters |
A character vector giving the names of the parameters that were found.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.