wbcountries: Download updated country and region information from World Bank API
Description
Download updated information on available countries and regions
from the World Bank API
Usage
wbcountries(lang = c("en", "es", "fr", "ar", "zh"))
Arguments
lang
Language in which to return the results. If lang
is unspecified,
english is the default.
Value
A data frame of available countries and regions with related information
Examples
Run this code# NOT RUN {
wbcountries()
wbcountries(lang = "es")
# }
Run the code above in your browser using DataLab