Skip to content

Commit

Permalink
feat(incidencia_geo): send ruta_dir and cache params
Browse files Browse the repository at this point in the history
Ref: #206
  • Loading branch information
GeraldineGomez committed Nov 13, 2024
1 parent b089d72 commit 087096d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/checking_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,9 @@ calcular_incidencia_geo <- function(data_incidencia = NULL,
data_agrupada = dpto_fila,
poblacion = poblacion,
dpto = dpto_fila[[nomb_cols[1]]],
year = year
year = year,
cache = cache,
ruta_dir = ruta_dir
)
geo_incidencia[fila] <- incidencia$incidencia
}
Expand Down

0 comments on commit 087096d

Please sign in to comment.