R/country_list.R

Defines functions country_list

Documented in country_list

#' List of countries available in the Covid-19 database
#'
#' @description This function provides a list of country names inside the Covid-19 database.
#' The \code{country_name} argument inside the \code{\link{load_covid}} function should be spelled
#' as they are listed here.
#'
#' @seealso \code{\link{load_covid}}
#'
#' @export


country_list <- function(){
  countries
}
CovidLP/PandemicLP documentation built on June 17, 2022, 1:29 p.m.