Skip to content

Commit

Permalink
fix(obtener_pob_incidencia): added year parameter
Browse files Browse the repository at this point in the history
Ref: #194
  • Loading branch information
GeraldineGomez committed Jul 30, 2024
1 parent 04c8b97 commit 926b53c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,8 @@ obtener_pob_incidencia <- function(data_incidencia = NULL,
poblacion <- "proyecciones"
data_incidencia <- import_pob_incidencia(
poblacion = poblacion,
cache = cache
cache = cache,
year = year
)
message(
"Las incidencias se calcularon con las proyecciones ",
Expand Down

0 comments on commit 926b53c

Please sign in to comment.