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 cases of Suicide Attempt grouped by department?
|
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
|
SIVIREP
|
agrupar_dpto
|
I need to group Suicide Attempt cases by department
|
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
|
SIVIREP
|
agrupar_dpto
|
I want to see the cases of Attempted Suicide for each department
|
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
|
SIVIREP
|
agrupar_dpto
|
Generate Suicide Attempt cases by department
|
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
|
SIVIREP
|
agrupar_dpto
|
Would you like to group the cases of the disease Gas Intoxication by departments?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Gases")
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 Gas Poisoning grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Gases")
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 Gas Poisoning cases by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Gases")
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 Gas Poisoning for each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Gases")
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 Gas Poisoning cases by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Gases")
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 Drug Poisoning by departments?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Medicamentos")
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 Drug Poisoning grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Medicamentos")
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 Drug Poisoning by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Medicamentos")
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 Drug Poisoning for each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Medicamentos")
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 Drug Intoxication by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Medicamentos")
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 Heavy Metal Poisoning by departments?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metales Pesados")
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 Heavy Metal Poisoning grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metales Pesados")
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 Heavy Metal Poisoning by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metales Pesados")
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 Heavy Metal Poisoning for each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metales Pesados")
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 Heavy Metal Poisoning by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metales Pesados")
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 Methanol Intoxication by departments?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metanol")
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 Methanol Poisoning grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metanol")
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 Methanol Poisoning by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metanol")
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 Methanol Poisoning for each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metanol")
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 Methanol Poisoning by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metanol")
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 Intoxication by Other Chemical Substances by departments?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Otras Sustancias Químicas")
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 Intoxication by Other Chemical Substances grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Otras Sustancias Químicas")
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 Intoxication by Other Chemical Substances by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Otras Sustancias Químicas")
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 Intoxication by Other Chemical Substances for each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Otras Sustancias Químicas")
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 Intoxication by Other Chemical Substances by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Otras Sustancias Químicas")
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 Pesticide Poisoning by departments?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Plaguicidas")
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 Pesticide Poisoning grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Plaguicidas")
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 Pesticide Poisoning by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Plaguicidas")
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 Pesticide Poisoning for each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Plaguicidas")
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 Pesticide Poisoning by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Plaguicidas")
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 Solvent Poisoning by departments?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Solventes")
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 Solvent Poisoning grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Solventes")
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 Solvent Poisoning cases by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Solventes")
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 Solvent Poisoning for each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Solventes")
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 Solvent Poisoning by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Solventes")
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 Intoxication by Psychoactive Substances by departments?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Sustancias Psicoactivas")
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 Intoxication by Psychoactive Substances grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Sustancias Psicoactivas")
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 Intoxication by Psychoactive Substances by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Sustancias Psicoactivas")
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 Intoxication by Psychoactive Substances for each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Sustancias Psicoactivas")
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 Intoxication by Psychoactive Substances by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Sustancias Psicoactivas")
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 Cutaneous Leishmaniasis disease by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Cutánea")
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 Cutaneous Leishmaniasis grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Cutánea")
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 Cutaneous Leishmaniasis by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Cutánea")
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 Cutaneous Leishmaniasis for each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Cutánea")
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 Cutaneous Leishmaniasis by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Cutánea")
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 Mucosal Leishmaniasis disease by departments?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Mucosa")
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 Mucosal Leishmaniasis grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Mucosa")
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 Mucosal Leishmaniasis by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Mucosa")
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 Mucosal Leishmaniasis for each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Mucosa")
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 Mucosal Leishmaniasis by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Mucosa")
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 Visceral Leishmaniasis disease by departments?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Visceral")
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 Visceral Leishmaniasis grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Visceral")
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 Visceral Leishmaniasis cases by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Visceral")
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 Visceral Leishmaniasis for each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Visceral")
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 Visceral Leishmaniasis by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Visceral")
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 Leprosy disease by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Lepra")
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 Leprosy cases grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Lepra")
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 Leprosy cases by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Lepra")
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 Leprosy cases for each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Lepra")
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 Leprosy cases by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Lepra")
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 Leptospirosis disease by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leptospirosis")
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 Leptospirosis grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leptospirosis")
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 Leptospirosis cases by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leptospirosis")
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 Leptospirosis for each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leptospirosis")
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 Leptospirosis cases by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leptospirosis")
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 Injuries Due to Gunpowder and Explosives by departments?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Lesiones Por Pólvora Y Explosivos")
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 Gunpowder and Explosive Injuries grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Lesiones Por Pólvora Y Explosivos")
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 Gunpowder and Explosive Injuries by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Lesiones Por Pólvora Y Explosivos")
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 Gunpowder and Explosive Injuries for each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Lesiones Por Pólvora Y Explosivos")
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 Gunpowder and Explosive Injuries by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Lesiones Por Pólvora Y Explosivos")
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 Pediatric Acute Lymphoid Leukemia by departments?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leucemia Aguda Pediátrica Linfoide")
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 Pediatric Acute Lymphoid Leukemia grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leucemia Aguda Pediátrica Linfoide")
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 Pediatric Acute Lymphoid Leukemia by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leucemia Aguda Pediátrica Linfoide")
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 Pediatric Acute Lymphoid Leukemia by each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leucemia Aguda Pediátrica Linfoide")
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 Pediatric Acute Lymphoid Leukemia by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leucemia Aguda Pediátrica Linfoide")
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 Pediatric Acute Myeloid Leukemia by departments?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leucemia Aguda Pediátrica Mieloide")
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 Pediatric Acute Myeloid Leukemia grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leucemia Aguda Pediátrica Mieloide")
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 Pediatric Acute Myeloid Leukemia by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leucemia Aguda Pediátrica Mieloide")
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 Pediatric Acute Myeloid Leukemia by each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leucemia Aguda Pediátrica Mieloide")
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 Pediatric Acute Myeloid Leukemia by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Leucemia Aguda Pediátrica Mieloide")
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 Malaria disease by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Malaria")
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 Malaria cases grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Malaria")
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 Malaria cases by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Malaria")
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 Malaria cases for each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Malaria")
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 Malaria cases by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Malaria")
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 Associated Malaria (Mixed Forms) by departments?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Malaria Asociada (Formas Mixtas)")
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 Associated Malaria (Mixed Forms) grouped by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Malaria Asociada (Formas Mixtas)")
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 Associated Malaria cases by department (Mixed Forms)
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Malaria Asociada (Formas Mixtas)")
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 Associated Malaria (Mixed Forms) for each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Malaria Asociada (Formas Mixtas)")
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 Associated Malaria (Mixed Forms) by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Malaria Asociada (Formas Mixtas)")
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 Complicated Malaria disease by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Malaria Complicada")
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 Complicated Malaria grouped by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Malaria Complicada")
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 Complicated Malaria cases by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Malaria Complicada")
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 Complicated Malaria for each department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Malaria Complicada")
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 Complicated Malaria cases by department
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Malaria Complicada")
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 Malaria Falciparum disease cases by department?
|
The grouping by department is done like this:
```r
data_event <- import_data_event(year=2019, nombre_event="Malaria Falciparum")
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
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.