GetConceptDescription {MacrobondAPI} | R Documentation |
This method will download the corresponding entities and return the titles.
One way to find what concepts that exists is to look at a sample series and call getConcepts
.
This method is only available if you run Macrobond app 1.23 or later and have a Data Scientist license.
GetConceptDescription(concepts)
concepts |
The name of one concept or a list of names. |
A list of descriptions where the list item names are the concept names. The list will be in the same order as the input.
# Show the descri "gdp_total" for four countries and then download those series. series <- FetchOneTimeSeries("usgdp") show(GetConceptDescription(getConcepts(series))