Open migdep opened 4 months ago
Também testei com outro script, mas apareceu outra mensagem de erro:
process_cnes(dados_CNES_2008, information_system = c("CNES-ST"), nomes = TRUE, municipality_data = TRUE)
Error in eval(jsub, SDenv, parent.frame()) : invalid multibyte string at '
Olá! Obrigado por avisar sobre o problema. Alguns arquivos do DataSUS tem problemas de codificação e eu tenho sofrido para conseguir lidar com isso no pacote. Vou procurar melhorar essa questão até a próxima versão do pacote.
Boa tarde!
A função não está retornando o nome fantasia do estabelecimento.
Boa tarde!
Baixei os dados de CNES-ST de um mês de 2008 com sucesso com o seguinte script:
Porém quando quero processá-los, com process_cnes, aparece estes erros:
CNES_2008_Proces <- process_cnes(dados_CNES_2008) _Error in process_cnes(dados_CNES_2008) : Assertion on 'informationsystem' failed: Must be element of set {'CNES-ST','CNES-PF'}, but is not atomic scalar. In addition: Warning messages: 1: In if (match < 0) { : the condition has length > 1 and only the first element will be used 2: In if (match < 0) { : the condition has length > 1 and only the first element will be used 3: In if (match < 0) { : the condition has length > 1 and only the first element will be used 4: In if (match < 0) { : the condition has length > 1 and only the first element will be used 5: In if (match < 0) { : the condition has length > 1 and only the first element will be used 6: In if (match < 0) { : the condition has length > 1 and only the first element will be used 7: In if (match < 0) { : the condition has length > 1 and only the first element will be used
Como proceder?