R/runLWL.R

Defines functions runLWL

Documented in runLWL

#' launches the LWL app
#'
# wrapper for shiny::shinyApp()
#' @return shiny application object
#'
#' @import shiny
#' @export
runLWL = function() {
  shinyApp(ui = shinyAppUI, server = shinyAppServer)
}
mpadge/lwl-destinations documentation built on Jan. 8, 2022, 4:27 a.m.