search_sidra: Search SIDRA tables

View source: R/search_sidra.R

search_sidraR Documentation

Search SIDRA tables

Description

Searches table titles in the official IBGE aggregate catalog.

Usage

search_sidra(x)

Arguments

x

A non-empty character vector containing the search terms.

Details

Matching is case- and accent-insensitive. When x contains multiple terms, every term must occur in the title, but the terms need not be adjacent. The catalog is requested live and is not cached by the package. The timeout and retry options described in get_sidra() also apply.

Value

A named character vector with matching SIDRA table titles. Names are the table codes. Returns character(0) when there are no matches.

Author(s)

Renato Prado Siqueira rpradosiqueira@gmail.com

See Also

get_sidra(), info_sidra(), and sidra_catalog()

Examples

## Not run: 
search_sidra("contas nacionais")
search_sidra("IPCA")

## End(Not run)

sidrar documentation built on Sept. 18, 2026, 9:14 a.m.