sf_joint_cov | R Documentation |
sf_joint_cov this function apply the dplyr::left_join between sf and covid data of México
sf_joint_cov(path_dat, path_sf)
path_dat |
is the directory of the covid data. |
path_sf |
is the directory of the municipality shapefile of Mexico. |
The function use the left_join of dplyr.
a sf object with a dengue cases accumulated by municipality.
the dataset of SARS-COV2 of Mexico is downloaded homepage of DGE https://www.gob.mx/salud/documentos/datos-abiertos-152127?idiom=es and adapted to work with the sinave http://www.sinave.gob.mx/ database.
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.