R/run_app.R

Defines functions run_app

Documented in run_app

#' Run the Shiny Application
#'
#' @export
#' @importFrom shiny shinyApp



run_app <- function(){
  shinyApp(ui = app_ui, server = app_server)
}
dss-hmi/nypd-ccrb-2020-shiny documentation built on Jan. 17, 2021, 12:17 a.m.