category
stringclasses
2 values
function
stringclasses
71 values
instruction_en
stringlengths
21
489
response_en
stringlengths
3
748
SIVIREP
agrupar_dpto
How can I show the Ophthalmic Accident cases grouped by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Accidente Ofídico") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group Ophidic Accident cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Accidente Ofídico") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the Ophidic Accident cases for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Accidente Ofídico") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate Ophthalmic Accident cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Accidente Ofídico") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of the disease Aggression by Animals Potentially Transmitting Rabies by departments?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Agresiones Por Animales Potencialmente Transmisores De Rabia") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the cases of Aggression by Animals Potentially Transmitting Rabies grouped by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Agresiones Por Animales Potencialmente Transmisores De Rabia") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group by department the cases of Aggression by Animals Potentially Transmitting Rabies
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Agresiones Por Animales Potencialmente Transmisores De Rabia") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the cases of Aggression by Animals Potentially Transmitting Rabies for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Agresiones Por Animales Potencialmente Transmisores De Rabia") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate cases of Aggression by Animals Potentially Transmitting Rabies by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Agresiones Por Animales Potencialmente Transmisores De Rabia") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of the disease Congenital Anomalies by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Anomalías Congénitas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the cases of Congenital Anomalies grouped by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Anomalías Congénitas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group the cases of Congenital Anomalies by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Anomalías Congénitas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the cases of Congenital Anomalies for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Anomalías Congénitas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate cases of Congenital Anomalies by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Anomalías Congénitas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of the Low Birth Weight disease by departments?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Bajo Peso Al Nacer") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the cases of Low Birth Weight grouped by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Bajo Peso Al Nacer") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group the cases of Low Birth Weight by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Bajo Peso Al Nacer") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the cases of Low Birth Weight for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Bajo Peso Al Nacer") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate cases of Low Birth Weight by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Bajo Peso Al Nacer") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of the disease Breast and Cervical Cancer by departments?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Cáncer De La Mama Y Cuello Uterino") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the cases of Breast and Cervical Cancer grouped by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Cáncer De La Mama Y Cuello Uterino") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group the cases of Breast and Cervical Cancer by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Cáncer De La Mama Y Cuello Uterino") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the cases of Breast and Cervical Cancer for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Cáncer De La Mama Y Cuello Uterino") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate cases of Breast and Cervical Cancer by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Cáncer De La Mama Y Cuello Uterino") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of Childhood Cancer disease by departments?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Cáncer Infantil") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the cases of Childhood Cancer grouped by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Cáncer Infantil") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group Childhood Cancer cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Cáncer Infantil") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the cases of Childhood Cancer for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Cáncer Infantil") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate cases of Childhood Cancer by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Cáncer Infantil") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of Chagas disease by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Chagas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the Chagas cases grouped by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Chagas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group Chagas cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Chagas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the Chagas cases for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Chagas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate Chagas cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Chagas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of Chikunguya disease by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Chikunguya") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the Chikunguya cases grouped by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Chikunguya") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group Chikunguya cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Chikunguya") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the Chikunguya cases for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Chikunguya") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate Chikunguya cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Chikunguya") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of Dengue disease by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Dengue") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the Dengue cases grouped by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Dengue") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group Dengue cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Dengue") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the Dengue cases for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Dengue") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate Dengue cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Dengue") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of Severe Dengue disease by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Dengue Grave") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the cases of Severe Dengue fever grouped by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Dengue Grave") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group Severe Dengue cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Dengue Grave") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the cases of Severe Dengue for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Dengue Grave") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate cases of Severe Dengue by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Dengue Grave") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of Esi - Irag (Sentinel Surveillance) disease by departments?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Esi - Irag (Vigilancia Centinela)") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the Esi - Irag (Sentinel Surveillance) cases grouped by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Esi - Irag (Vigilancia Centinela)") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group Esi - Irag (Sentinel Surveillance) cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Esi - Irag (Vigilancia Centinela)") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the Esi - Irag (Sentinel Surveillance) cases for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Esi - Irag (Vigilancia Centinela)") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate Esi - Irag (Sentinel Surveillance) cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Esi - Irag (Vigilancia Centinela)") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of the disease Serious Adverse Event After Vaccination by departments?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Evento Adverso Grave Posterior A La Vacunación") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the cases of Serious Adverse Event After Vaccination grouped by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Evento Adverso Grave Posterior A La Vacunación") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group the cases of Serious Adverse Event After Vaccination by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Evento Adverso Grave Posterior A La Vacunación") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the cases of Serious Adverse Event After Vaccination for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Evento Adverso Grave Posterior A La Vacunación") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate cases of Serious Adverse Event After Vaccination by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Evento Adverso Grave Posterior A La Vacunación") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of the Fluoride Exposure disease by departments?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Exposición A Flúor") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the cases of Fluoride Exposure grouped by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Exposición A Flúor") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group the cases of Fluoride Exposure by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Exposición A Flúor") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the cases of Fluoride Exposure for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Exposición A Flúor") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate cases of Fluorine Exposure by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Exposición A Flúor") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of Yellow Fever disease by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Fiebre Amarilla") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the cases of Yellow Fever grouped by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Fiebre Amarilla") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group Yellow Fever cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Fiebre Amarilla") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the cases of Yellow Fever for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Fiebre Amarilla") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate Yellow Fever cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Fiebre Amarilla") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of Typhoid and Paratyphoid Fever disease by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Fiebre Tifoidea Y Paratifoidea") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the cases of Typhoid and Paratyphoid Fever grouped by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Fiebre Tifoidea Y Paratifoidea") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group the cases of Typhoid and Paratyphoid Fever by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Fiebre Tifoidea Y Paratifoidea") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the cases of Typhoid and Paratyphoid Fever for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Fiebre Tifoidea Y Paratifoidea") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate cases of Typhoid and Paratyphoid Fever by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Fiebre Tifoidea Y Paratifoidea") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of Hepatitis A disease by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis A") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the Hepatitis A cases grouped by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis A") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group Hepatitis A cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis A") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the Hepatitis A cases for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis A") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate Hepatitis A cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis A") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of the disease Hepatitis B, CY Hepatitis BY Delta Coinfection by departments?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis B, C Y Coinfección Hepatitis B Y Delta") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the cases of Hepatitis B, CY Coinfection Hepatitis BY Delta grouped by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis B, C Y Coinfección Hepatitis B Y Delta") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group the cases of Hepatitis B, CY Hepatitis BY Delta coinfection by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis B, C Y Coinfección Hepatitis B Y Delta") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the cases of Hepatitis B, CY Hepatitis BY Delta Coinfection for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis B, C Y Coinfección Hepatitis B Y Delta") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate cases of Hepatitis B, CY Hepatitis BY Delta coinfection by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis B, C Y Coinfección Hepatitis B Y Delta") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of Hepatitis C disease by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis C") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the Hepatitis C cases grouped by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis C") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group Hepatitis C cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis C") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the cases of Hepatitis C for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis C") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate Hepatitis C cases by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis C") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of the disease Congenital Hypothyroidism by departments?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hipotiroidismo Congénito") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the cases of Congenital Hypothyroidism grouped by department?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hipotiroidismo Congénito") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group the cases of Congenital Hypothyroidism by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hipotiroidismo Congénito") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the cases of Congenital Hypothyroidism by each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hipotiroidismo Congénito") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate cases of Congenital Hypothyroidism by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Hipotiroidismo Congénito") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of the disease Severe Acute Respiratory Infection Unusual SRI by departments?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Infección Respiratoria Aguda Grave Irag Inusitada") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
How can I show the cases of Severe Acute Respiratory Infection Unusual SRI grouped by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Infección Respiratoria Aguda Grave Irag Inusitada") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I need to group the cases of Severe Acute Respiratory Infection Unusual SRI by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Infección Respiratoria Aguda Grave Irag Inusitada") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
I want to see the cases of Severe Acute Respiratory Infection Unusual SRI for each department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Infección Respiratoria Aguda Grave Irag Inusitada") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Generate cases of Severe Acute Respiratory Infection Unusual SRI by department
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Infección Respiratoria Aguda Grave Irag Inusitada") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code
SIVIREP
agrupar_dpto
Would you like to group the cases of the Suicide Attempted disease by departments?
The grouping by department is done like this: ```r data_event <- import_data_event(year=2019, nombre_event="Intento De Suicidio") data_limpia <- limpiar_data_sivigila(data_event) agrupar_dpto(data_event=data_limpia, nomb_col="cod_dpto_o", porcentaje=FALSE) ``` Remember that this grouping is done by department code