View source: R/shinyUI-debug_app.R
init_app | R Documentation |
Initialize main application for debugging purpose
init_app(
modules = NULL,
active_module = NULL,
launch.browser = TRUE,
theme = "red",
disable_sidebar = FALSE,
simplify_header = FALSE,
...,
data_repo = getDefaultDataRepository()
)
modules |
which modules to show. See |
active_module |
which module to focus at start up (use module ID) |
launch.browser |
launch browsers, default is on |
theme |
color theme for the website |
disable_sidebar |
hide sidebar at startup? |
simplify_header |
hide header at startup? |
... |
other parameters like |
data_repo |
internally used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.