R/launch_shiny_app.r

Defines functions run_epidrive

Documented in run_epidrive

#' Command to run epivis shiny application
#'
#' @details run a graphical user interface with epivis
#'
#' @import shiny
#' @import ggplot2
#' @import dplyr
#' @import sf
#' @export
run_epidrive <- function() {
  #note to self, ideally would like to launch in browser
  shiny::runApp("inst/epivis_shiny/", display.mode = "normal")
}
amcrisan/GEViTRec documentation built on Feb. 12, 2020, 8:27 p.m.