launch_mapmixture {mapmixture} | R 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 |
Value
No return value.
Examples
if (interactive()){
launch_mapmixture(launch.browser = TRUE)
}
[Package mapmixture version 1.1.3 Index]