Description Usage Arguments Value Examples
Start metaviz app in standalone (locally) and create MetavizApp
object to manage connection.
1 2 | startMetavizStandalone(register_function = .register_all_metaviz_things,
use_viewer_option = FALSE, ...)
|
register_function |
(function) function used to register actions and charts on the metaviz app. |
use_viewer_option |
(function) run application in viewer defined by |
... |
additional parameters passed to |
An object of class MetavizApp
1 2 3 | #' # see package vignette for example usage
app <- startMetavizStandalone(non_interactive=TRUE)
app$stop_app()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.