launch_mapmixture: Launch Shiny App

View source: R/app_launch.R

launch_mapmixtureR Documentation

Launch Shiny App

Description

Wrapper function used to start mapmixture interactive app.

App tested with the following package versions:

shiny v1.8.0, shinyFeedback v0.4.0, shinyjs v2.1.0, shinyWidgets 0.8.4, bslib 0.7.0, colourpicker 1.3.0, htmltools v0.5.8.1, waiter 0.2.5.

Usage

launch_mapmixture(...)

Arguments

...

additional arguments passed to shiny::runApp().

Value

No return value.

Examples

if (interactive()){
  launch_mapmixture(launch.browser = TRUE)
}

mapmixture documentation built on April 3, 2025, 7:45 p.m.