Learn R Programming

healthbR (version 0.2.0)

censo_sidra_search: Search Census SIDRA tables

Description

Searches Census SIDRA tables by keyword in the table name. Supports partial matching, case-insensitive, and accent-insensitive search.

Usage

censo_sidra_search(keyword, year = NULL)

Value

A tibble with matching tables (same structure as censo_sidra_tables).

Arguments

keyword

Character. Search term (minimum 2 characters).

year

Character or numeric. Filter tables containing data for this year. NULL returns all.

Examples

Run this code
censo_sidra_search("deficiencia")
censo_sidra_search("raca")
censo_sidra_search("indigena")

Run the code above in your browser using DataLab