R/run_app.R

Defines functions run_app

Documented in run_app

#' Run the Shiny Application
#'
#' @export
#' @importFrom shiny runApp
run_app <- function() {
  shiny::runApp(system.file("app", package = "genderedstreetnames"))
}
giocomai/genderedstreetnames documentation built on June 21, 2020, 8:31 p.m.