startMetaviz {metavizr} | R Documentation |
MetavizApp
object to manage connection.Start metaviz app and create MetavizApp
object to manage connection.
startMetaviz(host = "http://metaviz.cbcb.umd.edu", register_function = .register_all_metaviz_things, ...)
host |
(character) host address to launch. |
register_function |
(function) function used to register actions and charts on the metaviz app. |
... |
additional parameters passed to |
An object of class MetavizApp
# see package vignette for example usage app <- startMetaviz(non_interactive=TRUE, open_browser=FALSE) app$stop_app()