View source: R/process_sinan_zika.R
| process_sinan_zika | R Documentation |
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.
process_sinan_zika(data, municipality_data = TRUE)
data |
A data frame returned by |
municipality_data |
Logical scalar retained for API compatibility. It is not currently used by this processing function. |
A tibble with character columns. Supported codes are replaced with descriptions.
Saldanha, R. F. (2026). SINAN – Sistema de Informação de Agravos de Notificação.
fetch_datasus()
process_sinan_zika(sinan_zika_sample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.