epiverse-trace / sivirep

Data Wrangling and Automated Reports from 'SIVIGILA' source

Home Page:https://epiverse-trace.github.io/sivirep/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with typos in parameters dpto and mpio of function agrupar_mpio

GeraldineGomez opened this issue · comments

The function agrupar_mpio generates an error when words with special characters are sent in the dpto parameter:

agrupar_mpio( data_event, dpto = "Choco", nomb_col = "cod_mun_o", porcentaje = FALSE )

Reported by: @juanitaromerog

The function agrupar_mpio is working correctly for the use case reported in the bug and others like San andres, Bogota or Norte de santander. This issue was resolved with the PR: #125, as you can see in the image.

image