Skip to contents

Launches an interactive Shiny application for running statistical analyses without writing any code.

Usage

run_app(...)

Arguments

...

Additional arguments passed to shiny::runApp()

Value

Launches the Shiny app in your browser

Examples

if(interactive()){
  run_app()
}