powered by
Run a local instance of intRo
run_intRo(path = getwd(), enabled_modules = NULL, theme = NULL, ...)
The directory containing the intRo folder
The modules to enable
The shinythemes theme to use
Additional arguments passed to the Shiny runApp function
# NOT RUN { run_intRo() run_intRo(enabled_modules = c("data/transform", "summaries/graphical"), theme = "cerulean") # }
Run the code above in your browser using DataLab