wbtopics {wbstats} | R Documentation |
Download updated indicator topic information from World Bank API
Description
Download updated information on available indicator topics from the World Bank API
Usage
wbtopics(lang = c("en", "es", "fr", "ar", "zh"))
Arguments
lang |
Language in which to return the results. If |
Value
A data frame of available indicator topics with related information
Note
Not all data returns have support for langauges other than english. If the specific return
does not support your requested language by default it will return NA
. For an enumeration of
supported languages by data source please see wbdatacatalog
.
The options for lang
are:
-
en
: English -
es
: Spanish -
fr
: French -
ar
: Arabic -
zh
: Mandarin
[Package wbstats version 1.0.4 Index]