run_app | R Documentation |
Run a package app
run_app(
which = c("risk-adjusted-returns", "purchasing-power", "retirement-ruin"),
res = 120,
shinylive = FALSE
)
which |
A character. The name of the app to run. Currently available:
|
res |
A numeric. The initial resolution of the plots. |
shinylive |
A logical. Whether to use |
A shiny::shinyApp()
object if shinylive
is TRUE
.
Runs the app if shinylive
is FALSE
with shiny::runApp()
.
run_app("risk-adjusted-returns")
run_app("purchasing-power")
run_app("retirement-ruin")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.