setMetavizStandalone {metavizr} | R Documentation |
set metaviz app standalone settings
setMetavizStandalone(url = "https://github.com/epiviz/epiviz.git", branch = "metaviz-4.1", local_path = NULL, non_interactive = FALSE)
url |
(character) github url to use. defaults to ("https://github.com/epiviz/epiviz.git"). |
branch |
(character) branch on the github repository. defaults to (master). |
local_path |
(character) if you already have a local instance of metaviz and would like to run standalone use this. |
non_interactive |
(logical) don't download repo, used for testing purposes. |
path to the metaviz app git repository
# see package vignette for example usage # setMetavizStandalone()