Read the dengue dataset of [SINAVE](https://www.sinave.gob.mx/)
read_dengue_dataset(
path,
spatial_resolution,
status_caso,
des_edo_res = NULL,
des_mpo_res = NULL
)
is the path of dengue dataset.
is the spatial resolution or the administrative level. The values are country, state and municipality.
1 probable, 2 confirmado, & 3 descartado.
is a string for define the state in uppercase.
is a string for define the municipality in uppercase.
a data.table object.
read_dengue_dataset(path = "/Users/felipedzul/Dropbox/dataset/dge/denv/2025/DENGUE2_.txt", spatial_resolution = "state", des_edo_res = "NUEVO LEON", status_caso = c(1, 2))
#> Error in data.table::fread(path, header = TRUE, quote = "", select = vect_cols, fill = TRUE, encoding = "Latin-1"): File '/Users/felipedzul/Dropbox/dataset/dge/denv/2025/DENGUE2_.txt' does not exist or is non-readable. getwd()=='/Users/fdzul/Desktop/densnv/docs/reference'