Start metaviz app in standalone (locally) and create MetavizApp object to manage connection.

startMetavizStandalone(branch = "metaviz-4.1",
  register_function = .register_all_metaviz_things, ...)

Arguments

branch
(character) branch to pull from metaviz github repo to run standalone.
register_function
(function) function used to register actions and charts on the metaviz app.
...
additional parameters passed to startStandalone.

Value

An object of class MetavizApp

Examples

# see package vignette for example usage app <- startMetaviz(non_interactive=TRUE, open_browser=TRUE) app$stop_app()