Skip to content

Commit

Permalink
chore: set cache = FALSE
Browse files Browse the repository at this point in the history
Ref: #206
  • Loading branch information
GeraldineGomez committed Nov 18, 2024
1 parent 99df106 commit 805cf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/import_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 805cf30

Please sign in to comment.