Description Usage Arguments Value
View source: R/run_dashboard.R
This funciton starts any named shiny app included within the tbreportr package. Apps are opened by default in the system's web browser, but can also be opened within an interactive window.
1 | run_dashboard(app, browser = TRUE)
|
app |
define which dashboard to start using this character vector with length 1 |
browser |
if true, the system's default web browser will be launched automatically after the app is stared. Defaults to true. If false, the app is launched interactively. |
starts up named app with no changes to environment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.