invoke | R Documentation |
Invoke a function with a list of arguments
invoke(.fn, .args = list(), ..., .env = caller_env())
.fn |
A function, or function name as a string. |
.args |
A list of arguments. |
... |
Other arguments passed to the function. |
.env |
Environment in which to evaluate the call. This will be most useful if .fn is a string, or the function has side-effects. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.