Skip to content

Commit

Permalink
Merge pull request #112 from leonardoshibata/patch-1
Browse files Browse the repository at this point in the history
Update TP_UNID list in process_cnes.R
  • Loading branch information
rfsaldanha authored Jul 9, 2024
2 parents 4765f26 + 91e284a commit 8675d8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/process_cnes.R
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ process_cnes <- function(data, information_system = c("CNES-ST", "CNES-PF"), nom
"81" ~ "Central de regula\u00e7\u00e3o do acesso",
"82" ~ "Central de notifica\u00e7\u00e3o, capta\u00e7\u00e3o e distribui\u00e7\u00e3o de \u00f3rg\u00e3os estadual",
"83" ~ "P\u00f3lo de preven\u00e7\u00e3o de doen\u00e7as e agravos e promo\u00e7\u00e3o da sa\u00fade",
"84" ~ "Central de abastecimento",
"85" ~ "Centro de imuniza\u00e7\u00e3o",
.default = .data$TP_UNID
)
) %>%
Expand Down

0 comments on commit 8675d8d

Please sign in to comment.