Skip to contents

This function launches the Shiny application included in the ditwahLandslide package. The app must be located in inst/app/ within the package source. When installed, this directory is available via system.file().

Usage

run_app(...)

Arguments

...

Additional arguments passed to shiny::runApp().

Value

The Shiny app is launched; no R object is returned.

Examples

if (FALSE) { # \dontrun{
  run_app()
} # }