R/run.R

Defines functions run_snapshots

Documented in run_snapshots

#' Run Council Snapshots App
#'
#' @export
#'
run_snapshots <- function() {
  shiny::runApp(system.file("shinyApp/app.R", package = "councilsnapshots"))
}
NewYorkCityCouncil/council_snapshots documentation built on Oct. 30, 2019, 10:11 p.m.