run_intRo: Run a local instance of intRo

Description Usage Arguments Examples

Description

Run a local instance of intRo

Usage

1
run_intRo(path = getwd(), enabled_modules = NULL, theme = NULL, ...)

Arguments

path

The directory containing the intRo folder

enabled_modules

The modules to enable

theme

The shinythemes theme to use

...

Additional arguments passed to the Shiny runApp function

Examples

1
2
3
4
5
6
## Not run: 
    run_intRo()
    run_intRo(enabled_modules = c("data/transform", "summaries/graphical"),
              theme = "cerulean")

## End(Not run)

gammarama/intRo documentation built on May 16, 2019, 5:37 p.m.