You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully downloaded reports of chikungunya using the fetch_datasus function. Now, I’m trying to process the data using the process_sinan_chikungunya function, but I encountered the following error:
chikung_process <- process_sinan_chikungunya(chikung)
Error in dplyr::case_match():
! Can't convert from ..1 (left) to <factor<7fd3d>> due to loss of generality.
• Locations: 1
I’m performing the same process with malaria, zika, and dengue with successful results, so this might be a bug specific to the process_sinan_chikungunya function.
Thank you for any help you can provide to resolve this issue!
Juliana
The text was updated successfully, but these errors were encountered:
Hi all,
I successfully downloaded reports of chikungunya using the fetch_datasus function. Now, I’m trying to process the data using the process_sinan_chikungunya function, but I encountered the following error:
chikung_process <- process_sinan_chikungunya(chikung)
Error in
dplyr::case_match()
:! Can't convert from
..1 (left)
to <factor<7fd3d>> due to loss of generality.• Locations: 1
I’m performing the same process with malaria, zika, and dengue with successful results, so this might be a bug specific to the process_sinan_chikungunya function.
Thank you for any help you can provide to resolve this issue!
Juliana
The text was updated successfully, but these errors were encountered: