R/nraApp.R

Defines functions nraApp

Documented in nraApp

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

nraApp <- function(logAsJson = TRUE) {
  if (logAsJson) {
    rapbase::loggerSetup()
  }
  shiny::shinyApp(ui = appUi, server = appServer)
}
Rapporteket/nra documentation built on June 10, 2025, 4:56 a.m.