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
}

Try the PandemicLP package in your browser

Any scripts or data that you put into this service are public.

PandemicLP documentation built on March 18, 2022, 6:22 p.m.