View source: R/search_indicator.R
search_indicator | R Documentation |
A function that searches all available indicators based on description input or code. If both are given then parameter code will take preference
search_indicator(description, time_series, code = NULL)
description |
description of indicator to look up |
time_series |
time series to look for |
code |
code of indicator to return meta data from |
data.frame
search_indicator(description = "GDP")
search_indicator(time_series = "KBP1000")
search_indicator(code = "KBP1000J")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.