process_sinan_dengue: Prepare SINAN dengue microdata

View source: R/process_sinan_dengue.R

process_sinan_dengueR Documentation

Prepare SINAN dengue microdata

Description

Recodes supported fields from SINAN dengue 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_dengue(data, municipality_data = TRUE)

Arguments

data

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

municipality_data

Logical scalar. If TRUE, add municipality names and available territorial attributes for supported municipality-code columns.

Value

A tibble with character columns. Supported codes are replaced with descriptions, and municipality fields are added when requested and available.

References

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

See Also

fetch_datasus()

Examples

process_sinan_dengue(sinan_dengue_sample)


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