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 13, 2024
1 parent fe96282 commit 69b0c68
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 @@ -264,7 +264,8 @@ departamentos y municipios.
```{r plot-mapa, results = 'hide', echo = TRUE, error = FALSE, warning = FALSE, include = FALSE, message = FALSE}
mapa <- plot_map(
data_agrupada = dist_esp_dept, dpto = "Choco",
col_distribucion = "casos"
col_distribucion = "casos",
cache = TRUE
)
```

Expand Down

0 comments on commit 69b0c68

Please sign in to comment.