A list with the argument calls or evaluated results depending on the value for eval.
Arguments
x
The lcMethod object.
...
Additional arguments.
args
A character vector of argument names to select. Only available arguments are returned.
Alternatively, a function or list of functions, whose formal arguments will be selected from the method.
eval
Whether to evaluate the arguments.
expand
Whether to return all method arguments when "..." is present among the requested argument names.
envir
The environment in which to evaluate the arguments. If NULL, the environment associated with the object is used. If not available, the parent.frame() is used.