category
stringclasses
2 values
function
stringclasses
71 values
instruction_en
stringlengths
21
489
response_en
stringlengths
3
748
SIVIREP
agrupar_cols_casos
Group cases by cod_eve of Hepatitis B, CY Coinfection Hepatitis BY Delta
First the DataFrame to be used must be read: ```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_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group by event code the number of cases of Hepatitis B, CY Hepatitis BY Delta coinfection
First the DataFrame to be used must be read: ```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_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show cases of Hepatitis B, CY Coinfection Hepatitis BY Delta grouped by disease code
First the DataFrame to be used must be read: ```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_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Get the cases of Hepatitis B, C and Hepatitis B and Delta Coinfection by cod_eve
First the DataFrame to be used must be read: ```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_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group Hepatitis C cases by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis C") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by Hepatitis C code eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis C") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group the number of Hepatitis C cases by event code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis C") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show Hepatitis C cases grouped by disease code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis C") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Get Hepatitis C cases by cod_eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Hepatitis C") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group Congenital Hypothyroidism cases by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Hipotiroidismo Congénito") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by code_eve of Congenital Hypothyroidism
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Hipotiroidismo Congénito") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group by event code the number of cases of Congenital Hypothyroidism
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Hipotiroidismo Congénito") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show cases of Congenital Hypothyroidism grouped by disease code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Hipotiroidismo Congénito") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Get the cases of Congenital Hypothyroidism by cod_eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Hipotiroidismo Congénito") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group the cases of Unusual SRI Severe Acute Respiratory Infection by event code?
First the DataFrame to be used must be read: ```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_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by code eve of Unusual Severe Acute Respiratory Infection
First the DataFrame to be used must be read: ```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_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group by event code the number of cases of Unusual Severe Acute Respiratory Infection SRI
First the DataFrame to be used must be read: ```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_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show cases of Severe Acute Respiratory Infection Unusual SRI grouped by disease code
First the DataFrame to be used must be read: ```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_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Obtain the cases of Severe Acute Respiratory Infection Unusual SRI by cod_eve
First the DataFrame to be used must be read: ```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_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group Suicide Attempt cases by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intento De Suicidio") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by Suicide Attempt code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intento De Suicidio") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group the number of Suicide Attempt cases by event code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intento De Suicidio") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show Suicide Attempt cases grouped by disease code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intento De Suicidio") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Get the cases of Suicide Attempt by cod_eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intento De Suicidio") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group Gas Poisoning cases by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Gases") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by code_eve of Gas Intoxication
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Gases") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group by event code the number of cases of Gas Poisoning
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Gases") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show cases of Gas Intoxication grouped by disease code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Gases") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Get the cases of Gas Intoxication by cod_eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Gases") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group Drug Poisoning cases by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Medicamentos") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by code_eve of Drug Poisoning
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Medicamentos") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group by event code the number of cases of Drug Poisoning
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Medicamentos") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show cases of Drug Poisoning grouped by disease code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Medicamentos") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Obtain cases of Drug Intoxication by cod_eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Medicamentos") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group Heavy Metal Poisoning cases by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metales Pesados") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by code_eve of Heavy Metal Poisoning
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metales Pesados") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group by event code the number of cases of Heavy Metal Poisoning
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metales Pesados") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show cases of Heavy Metal Intoxication grouped by disease code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metales Pesados") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Get the cases of Heavy Metal Poisoning by cod_eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metales Pesados") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group Methanol Poisoning cases by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metanol") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by code_eve of Methanol Poisoning
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metanol") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group by event code the number of cases of Methanol Poisoning
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metanol") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show cases of Methanol Poisoning grouped by disease code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metanol") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Get the cases of Methanol Poisoning by cod_eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Metanol") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group the cases of Intoxication by Other Chemical Substances by event code?
First the DataFrame to be used must be read: ```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_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by code eve of Intoxication by Other Chemical Substances
First the DataFrame to be used must be read: ```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_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group by event code the number of cases of Intoxication by Other Chemical Substances
First the DataFrame to be used must be read: ```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_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show cases of Intoxication by Other Chemical Substances grouped by disease code
First the DataFrame to be used must be read: ```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_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Obtain cases of Intoxication by Other Chemical Substances by cod_eve
First the DataFrame to be used must be read: ```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_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group Pesticide Poisoning cases by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Plaguicidas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by code_eve of Pesticide Poisoning
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Plaguicidas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group by event code the number of cases of Pesticide Poisoning
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Plaguicidas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show cases of Pesticide Poisoning grouped by disease code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Plaguicidas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Obtain cases of Pesticide Poisoning by cod_eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Plaguicidas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group Solvent Poisoning cases by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Solventes") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by code_eve of Solvent Poisoning
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Solventes") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group by event code the number of cases of Solvent Poisoning
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Solventes") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show cases of Solvent Poisoning grouped by disease code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Solventes") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Obtain cases of Solvent Poisoning by cod_eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Solventes") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group the cases of Intoxication by Psychoactive Substances by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Sustancias Psicoactivas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by cod_eve of Intoxication by Psychoactive Substances
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Sustancias Psicoactivas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group by event code the number of cases of Intoxication by Psychoactive Substances
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Sustancias Psicoactivas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show cases of Intoxication by Psychoactive Substances grouped by disease code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Sustancias Psicoactivas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Obtain cases of Intoxication by Psychoactive Substances by cod_eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Intoxicación Por Sustancias Psicoactivas") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group Cutaneous Leishmaniasis cases by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Cutánea") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by code_eve of Cutaneous Leishmaniasis
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Cutánea") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group the number of cases of Cutaneous Leishmaniasis by event code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Cutánea") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show cases of Cutaneous Leishmaniasis grouped by disease code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Cutánea") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Obtain cases of Cutaneous Leishmaniasis by cod_eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Cutánea") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group Mucosal Leishmaniasis cases by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Mucosa") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by code_eve of Mucosal Leishmaniasis
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Mucosa") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group the number of cases of Mucosal Leishmaniasis by event code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Mucosa") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show cases of Mucosal Leishmaniasis grouped by disease code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Mucosa") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Obtain cases of Mucosal Leishmaniasis by cod_eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Mucosa") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group Visceral Leishmaniasis cases by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Visceral") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by code_eve of Visceral Leishmaniasis
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Visceral") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group by event code the number of cases of Visceral Leishmaniasis
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Visceral") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show cases of Visceral Leishmaniasis grouped by disease code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Visceral") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Obtain cases of Visceral Leishmaniasis by cod_eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leishmaniasis Visceral") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group Leprosy cases by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Lepra") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by Leprosy code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Lepra") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group the number of Leprosy cases by event code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Lepra") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show Leprosy cases grouped by disease code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Lepra") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Get Leprosy cases by cod_eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Lepra") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group Leptospirosis cases by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leptospirosis") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by Leptospirosis code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leptospirosis") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group the number of Leptospirosis cases by event code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leptospirosis") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show Leptospirosis cases grouped by disease code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leptospirosis") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Get the cases of Leptospirosis by cod_eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leptospirosis") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group Gunpowder and Explosive Injuries cases by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Lesiones Por Pólvora Y Explosivos") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by code_eve of Gunpowder and Explosive Injuries
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Lesiones Por Pólvora Y Explosivos") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group by event code the number of cases of Gunpowder and Explosive Injuries
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Lesiones Por Pólvora Y Explosivos") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show cases of Gunpowder and Explosive Injuries grouped by disease code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Lesiones Por Pólvora Y Explosivos") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Get the cases of Gunpowder and Explosive Injuries by cod_eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Lesiones Por Pólvora Y Explosivos") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group Pediatric Acute Lymphoid Leukemia cases by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leucemia Aguda Pediátrica Linfoide") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group cases by cod_eve of Pediatric Acute Lymphoid Leukemia
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leucemia Aguda Pediátrica Linfoide") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Group by event code the number of cases of Pediatric Acute Lymphoid Leukemia
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leucemia Aguda Pediátrica Linfoide") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Show cases of Pediatric Acute Lymphoid Leukemia grouped by disease code
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leucemia Aguda Pediátrica Linfoide") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
Obtain cases of Pediatric Acute Lymphoid Leukemia by cod_eve
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leucemia Aguda Pediátrica Linfoide") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified
SIVIREP
agrupar_cols_casos
How do I group Pediatric Acute Myeloid Leukemia cases by event code?
First the DataFrame to be used must be read: ```r data_event <- import_data_event(year=2019, nombre_event="Leucemia Aguda Pediátrica Mieloide") data_limpia <- limpiar_data_sivigila(data_event) agrupar_cols_casos(data_event=data_limpia, nomb_cols=cod_eve, porcentaje=TRUE) ``` Where `data_event` reads the data and the year of interest must be modified