Skip to content

Commit

Permalink
chore(import_pob_proyecciones): add interactive for cache param
Browse files Browse the repository at this point in the history
Ref: #206
  • Loading branch information
GeraldineGomez committed Nov 22, 2024
1 parent 4b9756c commit 7b0362f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/import_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,9 @@ import_pob_incidencia <- function(
#' @examples
#' \donttest{
#' import_pob_proyecciones(year = 2020, ruta_dir = tempdir())
#' import_pob_proyecciones(year = 2020, ruta_dir = tempdir())
#' if (interactive()) {
#' import_pob_proyecciones(year = 2020, cache = TRUE)
#' }
#' }
#' @export
import_pob_proyecciones <- function(year,
Expand Down
3 changes: 3 additions & 0 deletions man/import_pob_proyecciones.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b0362f

Please sign in to comment.