Skip to content

Commit

Permalink
preserve arg doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Oct 19, 2023
1 parent 4a65b39 commit 0c4dc08
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion R/derive_date_vars.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@
#' `"23:59:59"`. Specifying date variables makes sense only if the date is
#' imputed. If only time is imputed, date variables do not affect the result.

#' @param preserve Preserve day if month is missing and day is present
#' @param preserve Preserve lower level date/time part when higher order part
#' is missing, e.g. preserve day if month is missing or
#' preserve minute when hour is missing.
#'
#' For example `"2019---07"` would return `"2019-06-07` if `preserve = TRUE`
#' (and `date_imputation = "mid"`).
Expand Down
4 changes: 3 additions & 1 deletion man/convert_date_to_dtm.Rd

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

4 changes: 3 additions & 1 deletion man/convert_dtc_to_dtm.Rd

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

4 changes: 3 additions & 1 deletion man/derive_vars_dtm.Rd

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

4 changes: 3 additions & 1 deletion man/impute_dtc_dtm.Rd

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

0 comments on commit 0c4dc08

Please sign in to comment.