setMetavizStandalone {metavizr}R Documentation

set metaviz app standalone settings

Description

set metaviz app standalone settings

Usage

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


## Not run: 
#' # see package vignette for example usage
setMetavizStandalone()

## End(Not run)


[Package metavizr version 1.18.0 Index]