process_sinan_zika: Prepare SINAN Zika virus disease microdata

View source: R/process_sinan_zika.R

process_sinan_zikaR Documentation

Prepare SINAN Zika virus disease microdata

Description

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

Arguments

data

A data frame returned by fetch_datasus() with information_system = "SINAN-ZIKA", 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_zika(sinan_zika_sample)


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