Description Usage Value Examples
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.
1 |
a list of all the available countries on Afrobarometer's site.
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.")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.