setMetavizStandalone: set metaviz app standalone settings

Description Usage Arguments Value Examples

View source: R/startMetaviz.R

Description

set metaviz app standalone settings

Usage

1
2
setMetavizStandalone(url = "https://github.com/epiviz/epiviz.git",
  branch = "metaviz-4.1", local_path = NULL, non_interactive = FALSE)

Arguments

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.

Value

path to the metaviz app git repository

Examples

1
2
3
4
5
## Not run: 
#' # see package vignette for example usage
setMetavizStandalone()

## End(Not run)

metavizr documentation built on Nov. 8, 2020, 5:13 p.m.