process_sinan_chagas: Prepare SINAN Chagas disease microdata

View source: R/process_sinan_chagas.R

process_sinan_chagasR Documentation

Prepare SINAN Chagas disease microdata

Description

Recodes supported fields from SINAN Chagas disease notifications into descriptive values and normalizes escaped Unicode text. Columns not explicitly recoded are retained, but the returned tibble contains character columns.

Usage

process_sinan_chagas(data, municipality_data = TRUE)

Arguments

data

A data frame returned by fetch_datasus() with information_system = "SINAN-CHAGAS", or a compatible layout.

municipality_data

Logical scalar retained for API compatibility. It is not currently used by this processing function.

Value

A tibble with character columns. Supported codes are replaced with descriptions.

References

Saldanha, R. F. (2026). SINAN – Sistema de Informação de Agravos de Notificação.

See Also

fetch_datasus()

Examples

process_sinan_chagas(sinan_chagas_sample)


microdatasus documentation built on July 29, 2026, 5:08 p.m.