process_cnes | R Documentation |
process_cnes
processes CNES variables retrieved by fetch_datasus()
.
process_cnes(
data,
information_system = c("CNES-ST", "CNES-PF"),
nomes = FALSE,
municipality_data = TRUE
)
data |
|
information_system |
|
nomes |
optional logical. |
municipality_data |
optional logical. |
This function processes CNES-ST (Estabelecimentos) or CNES-PF (Pessoa f\u00edsica) variables retrieved by fetch_datasus()
, informing labels for categoric variables including NA values.
a data.frame
with the processed data.
process_cnes(cnes_st_sample, information_system = "CNES-ST")
process_cnes(cnes_pf_sample, information_system = "CNES-PF")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.