Skip to content

Commit

Permalink
Comment line in examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Jul 11, 2023
1 parent 7f57fec commit 16ba234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/dates.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' convert_date(c(41750.2, 41751.99, NA, 41753))
#'
#' # datetime --
#' 2014-07-01, 2014-06-30, 2014-06-29
#' ## 2014-07-01, 2014-06-30, 2014-06-29
#' x <- c(41821.8127314815, 41820.8127314815, NA, 41819, NaN)
#' convert_datetime(x)
#' convert_datetime(x, tz = "Australia/Perth")
Expand Down
2 changes: 1 addition & 1 deletion man/convert_date.Rd

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

0 comments on commit 16ba234

Please sign in to comment.