read_dengue_dataset: read_dengue_dataset

View source: R/read_dengue_dataset.R

read_dengue_datasetR Documentation

read_dengue_dataset

Description

Read the dengue dataset of [SINAVE](https://www.sinave.gob.mx/)

Usage

read_dengue_dataset(
  path,
  spatial_resolution,
  status_caso,
  des_edo_res = NULL,
  des_mpo_res = NULL
)

Arguments

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.

Value

a data.table object.

Author(s)

Felipe Antonio Dzul Manzanilla felipe.dzul.m@gmail.com


fdzul/denhotspots documentation built on Dec. 27, 2024, 7:33 a.m.