Runs the shiny app
run_my_app.RdRuns the shiny app
Arguments
- ...
Further arguments passed to
shiny::shinyAppDir().
Details
The app featured in this package is the one presented in the shiny demo: https://shiny.posit.co/r/getstarted/shiny-basics/lesson1/index.html.
Examples
# To be executed interactively only
if (interactive()) {
run_my_app()
}