Skip to content

Commit

Permalink
chore(plot_fecha_ini): wrap example with donttest
Browse files Browse the repository at this point in the history
Ref: #206
  • Loading branch information
GeraldineGomez committed Nov 13, 2024
1 parent 92da1b1 commit 071e2bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ plot_map <- function(data_agrupada,
#' @return Un `plot` o gráfico de la distribución de casos por fecha de inicio
#' de síntomas.
#' @examples
#' \donttest{
#' data(dengue2020)
#' data_limpia <- limpiar_data_sivigila(dengue2020)
#' data_agrupada <- agrupar_fecha_inisintomas(
Expand All @@ -240,6 +241,7 @@ plot_map <- function(data_agrupada,
#' col_fecha = "ini_sin",
#' uni_marca = "semanaepi"
#' )
#' }
#' @export
plot_fecha_inisintomas <- function(data_agrupada,
col_fecha = "ini_sin",
Expand Down
2 changes: 2 additions & 0 deletions man/plot_fecha_inisintomas.Rd

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

0 comments on commit 071e2bd

Please sign in to comment.