# \donttest{
# Importación proyecciones poblaciones DANE
if (interactive()) {
import_pob_incidencia(poblacion = "proyecciones", year = 2020,
cache = TRUE)
}
# Importación población a riesgo de Dengue del año 2020
import_pob_incidencia(poblacion = "riesgo", event = "dengue", year = 2020,
ruta_dir = tempdir())
# }
Run the code above in your browser using DataLab