View source: R/high_level_UI.R
match.call.withDef | R Documentation |
Match arguments in a call to function and add default values
match.call.withDef(definition, call)
definition |
Definition of the function to match against |
call |
The call that should be matched |
Given the definition of a function and a call, it matches the arguments so that they are named and inserts any default argument values where those are missing
A call with named arguments and default values
Holger Hoefling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.