| combine_updates | R Documentation |
Convenience helper for transition() implementations that need to apply multiple update sources (e.g., scalar tweaks plus one or more block updates). The function concatenates named lists and errors if any variable is updated more than once within the same event.
combine_updates(...)
... |
One or more named lists of updates (or NULL). |
A single named list of updates, or NULL if all inputs are NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.