Generate a shinyApp object for the Kaya explorer app.
kaya_app(launch.browser = TRUE, ...)
Arguments
- launch.browser
logical variable indicating whether to launch
a web browser and open the URL for the shiny app when starting the
local server.
- ...
other arguments to pass to [`shinyApp`][shiny::shinyApp].
Value
A shinyApp object that can be run to launch the app.