.customized_call | R Documentation |
A helper function that makes it easier to override/add params in a function call.
.customized_call(fun, ..., overridable_defaults = NULL, overrides = NULL)
fun |
Function to be called |
... |
Parameters that can't be overridden |
overridable_defaults |
List of parameters and values that can be overridden |
overrides |
Parameters to add/override. |
result of fun
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.