Learn R Programming

intRo (version 0.1)

run_intRo: Run a local instance of intRo

Description

Run a local instance of intRo

Usage

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

Run this code
# NOT RUN {
    run_intRo()
    run_intRo(enabled_modules = c("data/transform", "summaries/graphical"),
              theme = "cerulean")
# }

Run the code above in your browser using DataLab