pause | R Documentation |
When a mutaframe is paused, it accumulates events without passing them on. When unpaused, it accumulates all events into a single event and passes it on.
pause(mf)
mf |
mutaframe |
This is a performance optimisation for when you expect many changes: pause the mutaframe, perform all the changes and then unpause.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.