View source: R/process_sinan_dengue.R
| process_sinan_dengue | R Documentation |
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.
process_sinan_dengue(data, municipality_data = TRUE)
data |
A data frame returned by |
municipality_data |
Logical scalar. If |
A tibble with character columns. Supported codes are replaced with descriptions, and municipality fields are added when requested and available.
Saldanha, R. F. (2026). SINAN – Sistema de Informação de Agravos de Notificação.
fetch_datasus()
process_sinan_dengue(sinan_dengue_sample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.