search_series {ipeadatar} | R Documentation |
Returns a list with searched series by terms from Ipeadata API database.
search_series(terms = NULL, fields = c('name'), language = c("en", "br"))
terms |
A character vector with search terms. |
fields |
A character vector with table fields where matches are sought. See 'Details'. |
language |
String specifying the selected language. Language options are
English ( |
The fields
options are "code"
, "name"
, "theme"
,
"source"
, "freq"
, "lastupdate"
and "status"
.
A data frame containing Ipeadata code, name, theme, source, frequency, last update and activity status of searched series.
The original language of the available series' names were preserved.