sf_joint_cov.Rd
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)
is the directory of the covid data.
is the directory of the municipality shapefile of Mexico.
a sf object with a dengue cases accumulated by municipality.
The function use the left_join of dplyr.
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.