Skip to content

Commit

Permalink
fix: remove spaces and restore original examples
Browse files Browse the repository at this point in the history
Ref: #206
  • Loading branch information
GeraldineGomez committed Nov 22, 2024
1 parent 1615ef7 commit 6091a60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions R/import_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ realizar_peticion_http <- function(url) {
#' y municipios de Colombia.
#' @examples
#' \donttest{
#' \donttest{
#' import_geo_cods(descargar = FALSE)
#' }
#' @export
Expand Down Expand Up @@ -84,10 +83,6 @@ import_geo_cods <- function(descargar = FALSE) {
#' if (interactive()) {
#' list_events()
#' }
#' \donttest{
#' if (interactive()) {
#' list_events()
#' }
#' }
#' @export
list_events <- function() {
Expand Down Expand Up @@ -169,18 +164,15 @@ list_events <- function() {
#' @examples
#' \donttest{
#' if (interactive()) {
#' \donttest{
#' if (interactive()) {
#' import_data_event(nombre_event = "DENGUE",
#' years = 2020,
#' ruta_dir = tempdir())
#' cache = TRUE)
#' import_data_event(nombre_event = "CHAGAS",
#' years = c(2019, 2020),
#' ruta_dir = tempdir())
#' ruta_dir = tempdir())
#' import_data_event(nombre_event = "CHAGAS",
#' years = seq(2018, 2020),
#' ruta_dir = tempdir())
#' cache = TRUE)
#' }
#' }
#' @export
Expand Down
4 changes: 2 additions & 2 deletions man/import_data_event.Rd

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

0 comments on commit 6091a60

Please sign in to comment.