Skip to contents

Runs the shiny app

Usage

run_my_app(...)

Arguments

...

Further arguments passed to shiny::shinyAppDir().

Value

Starts the execution of the app, printing the port on the console.

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()
}