Skip to content

Commit

Permalink
chore(custom_analysis): add cache parameter
Browse files Browse the repository at this point in the history
Ref: #206
  • Loading branch information
GeraldineGomez committed Nov 18, 2024
1 parent 5b84779 commit 56ce742
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/articles/custom_analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ parametrizado basado en la enfermedad y el año.
```{r import-data-event}
data_event <- import_data_event(
year = 2020,
nombre_event = "Dengue"
nombre_event = "Dengue",
cache = TRUE
)
```

Expand Down

0 comments on commit 56ce742

Please sign in to comment.