Learn R Programming

ditwahLandslide (version 1.2.0)

run_app: Launch the Landslides Warnings Shiny Application

Description

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

Value

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

Arguments

...

Additional arguments passed to shiny::runApp().

Examples

Run this code
if (interactive()) {
  run_app()
}

Run the code above in your browser using DataLab