add_listener | R Documentation |
Plumbr data structures send only single event for data changes: data_changed. This has a two arguments, i and j. Either both are NULL, indicating a change in the shape of the underlying data, or they give the the locations of changed data values.
add_listener(mf, callback)
mf |
muta frame |
callback |
function with arguments i and j |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.