run_app {R4GoodPersonalFinances} | R Documentation |
Run a package app
Description
Run a package app
Usage
run_app(
which = c("risk-adjusted-returns", "purchasing-power", "retirement-ruin"),
res = 120,
shinylive = FALSE
)
Arguments
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 |
Value
A shiny::shinyApp()
object if shinylive
is TRUE
.
Runs the app if shinylive
is FALSE
with shiny::runApp()
.
Examples
run_app("risk-adjusted-returns")
run_app("purchasing-power")
run_app("retirement-ruin")
[Package R4GoodPersonalFinances version 1.0.0 Index]