Learn R Programming

mapmixture (version 1.2.0)

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

Value

No return value.

Arguments

...

additional arguments passed to shiny::runApp().

Examples

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

Run the code above in your browser using DataLab