Description Usage Arguments Value Author(s) Examples
Update default values for func with values from dot args
1 | dispatchDots(func, ..., call = FALSE)
|
func |
Function to call |
... |
dot args to pass to function |
call |
If TRUE, call the function with the argument list and return this result (Default: FALSE) |
A list of arguments to pass to func, or if call is TRUE, the result of calling func with these arguments.
Helen Lindsay
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.