View source: R/getWDImetaData.R
getWDImetaData | R Documentation |
A function to extract the definition and the meta data from the World Bank API
getWDImetaData(
indicator,
printMetaData = FALSE,
saveMetaData = FALSE,
saveName = "worldBankMetaData"
)
indicator |
The World Bank official indicator name. |
printMetaData |
logical, print out the meta data information |
saveMetaData |
logical, whether meta data should be saved as a local csv file. |
saveName |
The name of the file for the meta data to save to. |
## pop.df = getWDImetaData("SP.POP.TOTL",
## printMetaData = TRUE, saveMetaData = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.