R/norgastApp.R

Defines functions norgastApp

Documented in norgastApp

#' Run the NORGAST Shiny Application
#'
#' @return An object representing the NORGAST app
#' @export

norgastApp <- function() {
  shiny::shinyApp(ui = appUi, server = appServer)
}
Rapporteket/norgast documentation built on April 22, 2024, 11:34 p.m.