expand.call {amer} | R Documentation |
returns a call in which all of the arguments which were supplied or have default values are specified by their full names and supplied or default values.
expand.call(definition, call=sys.call(sys.parent(1)), expand.dots=TRUE)
definition |
a function. See match.call . |
call |
an unevaluated call to the function specified by definition. See match.call . |
expand.dots |
logical. Should arguments matching ... in the call be included or left as a ... argument? See match.call . |
An object of class call.
Fabian Scheipl