View source: R/process_sinasc.R
| process_sinasc | R Documentation |
Recodes supported SINASC live-birth fields into descriptive values and normalizes escaped Unicode text. Codes without a documented conversion are retained.
process_sinasc(data, municipality_data = TRUE)
data |
A data frame returned by |
municipality_data |
Logical scalar. If |
Columns not explicitly recoded are retained, but Unicode normalization is applied to every column and consequently the returned tibble contains character columns.
A tibble with character columns. Supported codes are replaced with descriptions, and municipality fields are added when requested and available.
Saldanha, R. F. (2026). SINASC – Sistema de Informação sobre Nascidos Vivos.
fetch_datasus()
process_sinasc(sinasc_sample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.