GetConceptDescription {MacrobondAPI}R Documentation

Get the description of one or more "concepts"

Description

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.

Usage

GetConceptDescription(concepts)

Arguments

concepts

The name of one concept or a list of names.

Value

A list of descriptions where the list item names are the concept names. The list will be in the same order as the input.

See Also

getConcepts SearchByConcept

Examples

# Show the descri "gdp_total" for four countries and then download those series.
series <- FetchOneTimeSeries("usgdp")
show(GetConceptDescription(getConcepts(series))

[Package MacrobondAPI version 1.1-5 Index]