search_series: Searched Series

View source: R/search_series.R

search_seriesR Documentation

Searched Series

Description

Searches for Ipeadata series matching the provided terms.

Usage

search_series(terms = NULL, language = c("en", "br"), label = TRUE)

Arguments

terms

A character vector of search terms.

language

A character string specifying the language. Available options are English ("en", default) and Brazilian Portuguese ("br").

label

Logical. If TRUE (default), variable labels are added to the output data frame using sjlabelled::set_label().

Value

A data frame containing the Ipeadata code, name, theme, source, frequency, last update, and activity status of the matched series.

Note

The original language of the series names is preserved.

Examples


search_series(terms = "rural")



ipeadatar documentation built on May 28, 2026, 5:08 p.m.