search_series: List with searched series

Description Usage Arguments Details Value Note

View source: R/ipeadata_pkg.R

Description

Returns a list with searched series by terms from Ipeadata API database.

Usage

1
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 ("en", default) and Brazilian Portuguese ("br").

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.


gomesleduardo/ipeadatar documentation built on Feb. 6, 2022, 4:32 p.m.