FetchEntities {MacrobondAPI} | R Documentation |
Download one or more entities from the database. The parameter can be a string or a list of entity names. The result is a list of entities in the same order as requested.
FetchEntities(entityNames)
entityNames |
One or more entity names. |
Returns a list if Entity
objects in the same order as requested.
releases <- FetchEntities(c("rel_usbeana", "rel_uspricecpi")) getTitle(releases[[1]]) getTitle(releases[[2]])