View source: R/read_dengue_dataset.R
read_dengue_dataset | R Documentation |
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
)
path |
is the path of dengue dataset. |
spatial_resolution |
is the spatial resolution or the administrative level. The values are country, state and municipality. |
des_edo_res |
is a string for define the state in uppercase. |
des_mpo_res |
is a string for define the municipality in uppercase. |
estatus_caso |
1 probable, 2 confirmado, & 3 descartado. |
a data.table object.
Felipe Antonio Dzul Manzanilla felipe.dzul.m@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.