getCountries: getCountries

Description Usage Value Examples

View source: R/Countries.R

Description

Useful helper getting all the available countries on Afrobarometer's site. The listing of a country does not indicate that Afrobarometer has data on that country.

Usage

1

Value

a list of all the available countries on Afrobarometer's site.

Examples

1
2
3
#List all the countries on which the organization conducts surveys
allcountries <- getCountries()
ifelse("Senegal" %in% allcountries, "Senegal is handled by Afrobarometer.", "Senegal is not handled.")

AbdouSeck/AfroData documentation built on May 5, 2019, 11:43 a.m.