search_series {ipeadatar} | R Documentation |
List with searched series
Description
Returns a list with searched series by terms from Ipeadata API database.
Usage
search_series(terms = NULL, fields = c('name'), language = c("en", "br"))
Arguments
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 ( |
Details
The fields
options are "code"
, "name"
, "theme"
,
"source"
, "freq"
, "lastupdate"
and "status"
.
Value
A data frame containing Ipeadata code, name, theme, source, frequency, last update and activity status of searched series.
Note
The original language of the available series' names were preserved.
[Package ipeadatar version 0.1.6 Index]