powered by
Searches PNS SIDRA tables by keyword in the table name/description. Supports partial matching, case-insensitive, and accent-insensitive search.
pns_sidra_search(keyword, year = NULL)
A tibble with matching tables (same structure as pns_sidra_tables()).
Character. Search term (minimum 2 characters).
Numeric. Filter tables containing data for this year. NULL returns all.
pns_sidra_search("diabetes") pns_sidra_search("hipertensao") pns_sidra_search("fumante")
Run the code above in your browser using DataLab