R/runC19.R

Defines functions runC19

Documented in runC19

#' Shiny app with exploratory analysis of covid19
#' 
#' The function works with no arguments. The function depends on the dataset
#'
#' @return Runs the Shiny app retreiving the data, running the analysis and showing the report with interactive visualisations.
#' @importFrom utils tail read.csv
#' @export
runC19 <- function() {

# run app -----------------------------------------------------------------
  shiny::runApp(system.file("shiny/C19", package = "covid19"), launch.browser = T)

}
marzione00/COVID_19_HACK documentation built on Nov. 20, 2020, 1:10 p.m.