args_to_fun | R Documentation |
This function is useful when you want to pass all named arguments from a function to another function. I've used this in the pass when you have a wrapper for another function with the exact same arguments, but may be preferred to ... as it is more explicit
args_to_fun(fun)
fun |
string referencing function name to pass arguments to. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.