list_countries: Get the list of countries included in the dataset

View source: R/list_countries.R

list_countriesR Documentation

Get the list of countries included in the dataset

Description

Get the list of countries included in the dataset

Usage

list_countries(
  geographic_setting = c("all", "rural", "urban"),
  data_source = c("2020", "2017")
)

Arguments

geographic_setting

Character. One of "all" (default), "rural", "urban"

data_source

Character. Either "202O" (default) or "2017"

Value

A character vector with the name of all countries included in the dataset

Note

This package uses the nomenclature from the countrycode package. If your names differ from the names used here, you should use countrycode as well to update them.

References

Kiesha Prem, Alex R. Cook, Mark Jit, Projecting social contact matrices in 152 countries using contact surveys and demographic data, PLoS Comp. Biol. (2017), \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1371/journal.pcbi.1005697")}

Kiesha Prem, Kevin van Zandvoort, Petra Klepac, Rosalind M. Eggo, Nicholas G. Davies, CMMID COVID-19 Working Group, Alex R. Cook, Mark Jit, Projecting contact matrices in 177 geographical regions: An update and comparison with empirical data for the COVID-19 era, PLoS Comp. Biol. (2021), \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1371/journal.pcbi.1009098")}.

Examples

list_countries()


contactdata documentation built on April 1, 2023, 12:06 a.m.