#' 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")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.