meta_indicators | R Documentation |
Download updated information on available indicators from from World Bank API, Numbers for Development API and No Celings
meta_indicators(lang = c("en", "es"))
lang |
Language in which to return the results. If |
A data frame of available indicators with related information
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 TODO.
The options for lang
are:
en
: English
es
: Spanish
# default is english. To specific another language use argument lang
meta_indicators(lang = "es")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.