Description Usage Arguments Value Examples
set metaviz app standalone settings
1 2 | 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
1 2 3 4 5 | ## Not run:
#' # see package vignette for example usage
setMetavizStandalone()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.