View source: R/pffr-utilities.R
expand.call | R Documentation |
Return a call in which all of the arguments which were supplied or have presets are specified by their full names and their supplied or default values.
expand.call(
definition = NULL,
call = sys.call(sys.parent(1)),
expand.dots = TRUE
)
definition |
a function. See |
call |
an unevaluated call to the function specified by definition. See |
expand.dots |
logical. Should arguments matching ... in the call be included or left as a ... argument? See |
An object of mode "call
".
Fabian Scheipl
match.call
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.