Return a call in which all of the arguments which were supplied or have presets are specified by their full names and supplied or default values.
expand.call(
definition = NULL,
call = sys.call(sys.parent(1)),
expand.dots = TRUE,
eval = FALSE
)
An object of class call.
a function. See match.call
.
an unevaluated call to the function specified by definition.
See match.call
.
logical. Should arguments matching ... in the call be
included or left as a ... argument? See match.call
.
logical, defaults to TRUE. Should function arguments be evaluated in the returned call or not?
fabians