diff --git a/R/import_data.R b/R/import_data.R index 4cca057c..b7f51906 100644 --- a/R/import_data.R +++ b/R/import_data.R @@ -332,7 +332,7 @@ import_pob_incidencia <- function( event, year, ruta_dir = NULL, - cache = NULL + cache = FALSE ) { stopifnot("El parametro poblacion no debe estar vacio" = !missing(poblacion),