R/launch_app.R

#' launches the noticeboard app
#'
#' @export
#'
#' @return shiny application object
#'
#' @import shiny
#'
launch_app <- function() {
  shinyApp(ui = shiny_app_ui, server = shiny_app_server)
}
thisisnic/noticeboard documentation built on May 6, 2019, 7:20 a.m.