List all countries supported by the World Bank API.
wb_country(country = NULL, lang = "en")A data.frame() with the available countries. The columns are:
The country ID.
The country code.
The country name.
The region ID.
The region code.
The region value.
The admin region ID.
The admin region code.
The admin region value.
The income level ID.
The income level code.
The income level value.
The lending type ID.
The lending type code.
The lending type value.
The capital city.
The longitude.
The latitude.
(character()) country to query. Default NULL.
If NULL, all countries are returned.
(character(1)) language to query. Default "en".
Other indicators data:
wb_income_level(),
wb_indicator(),
wb_language(),
wb_lending_type(),
wb_region(),
wb_source(),
wb_topic()