Skip to content

Commit

Permalink
doc: fix vars_to_date doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dnldelarosa committed Nov 14, 2023
1 parent d66f201 commit 64a432d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Dmisc
Title: Daniel miscellaneous functions
Version: 0.3.3
Version: 0.3.4
Authors@R:
person(given = "Daniel E.",
family = "de la Rosa",
Expand Down
6 changes: 4 additions & 2 deletions R/vars_to_date.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#'
#' vars_to_date(tbl, year = 1, month = 2, day = 3)
#'
#' # y soporta varias frecuencias y formatos de fechas
#' # and supports various frequencies and date formats
#'
#' tbl <- data.frame(
#' year = rep("2021", 12),
Expand All @@ -40,7 +40,9 @@
#' "Abril-Junio",
#' "Julio-Septiembre",
#' "Octubre-Diciembre"
#' )
#' ),
#' 12,
#' TRUE
#' ),
#' value = sample(100:1000, 12, TRUE)
#' )
Expand Down
6 changes: 4 additions & 2 deletions man/vars_to_date.Rd

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

0 comments on commit 64a432d

Please sign in to comment.