Description Usage Arguments Value
Inspired from: https://www.r-bloggers.com/hijacking-r-functions-changing-default-arguments/ Helps reset the default arguments for functions
1 |
fun |
function. A function you wish to stub out default options on. |
... |
character. A named vector where the names correspond to function arguments and the value corresponds to the default value you wish to insert. |
Returns a copy of the input, but with the new default values specified
by the ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.