Skip to content

Commit

Permalink
chore(skeleton): add cache input
Browse files Browse the repository at this point in the history
Ref: #206
  • Loading branch information
GeraldineGomez committed Nov 13, 2024
1 parent 1b75479 commit f9ad459
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inst/rmarkdown/templates/reports/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ params:
municipio:
value: ""
label: Municipio
cache:
value: FALSE
input: checkbox
label: Seleccione si desea que los datos descargados del evento e incidencia se almacenen en la caché de la sesión de usuario para evitar redescargas al generar el reporte con los mismos datos
types_distribution:
value: TRUE
input: checkbox
Expand Down

0 comments on commit f9ad459

Please sign in to comment.