View source: R/process_sinan_malaria.R
| process_sinan_malaria | R Documentation |
Recodes supported fields from SINAN malaria notifications into descriptive values and normalizes escaped Unicode text. Columns not explicitly recoded are retained, but the returned tibble contains character columns.
process_sinan_malaria(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_malaria(sinan_malaria_sample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.