Skip to content

Commit 68d6c57

Browse files
committed
docs(epix_slide): remove inaccurate + misformatted .version - before
Inaccurate in that `before` isn't `.before` and `-` isn't `time_type`-aware. Misformatted in that `-` was interpreted as a bullet point.
1 parent 03bf732 commit 68d6c57

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

R/methods-epi_archive.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -701,10 +701,10 @@ epix_detailed_restricted_mutate <- function(.data, ...) {
701701
#' columns must be identical to the labels we assign.
702702
#' @param .all_versions (Not the same as `.all_rows` parameter of `epi_slide`.)
703703
#' If `.all_versions = TRUE`, then the slide computation will be passed the
704-
#' version history (all `version <= .version` where `.version` is one of the
705-
#' requested `.versions`) for rows having a `time_value` of at least `.version
706-
#' - before`. Otherwise, the slide computation will be passed only the most
707-
#' recent `version` for every unique `time_value`. Default is `FALSE`.
704+
#' version history (all versions `<= .version` where `.version` is one of the
705+
#' requested `.version`s), in `epi_archive` format. Otherwise, the slide
706+
#' computation will be passed only the most recent `version` for every unique
707+
#' `time_value`, in `epi_df` format. Default is `FALSE`.
708708
#' @return A tibble whose columns are: the grouping variables (if any),
709709
#' `time_value`, containing the reference time values for the slide
710710
#' computation, and a column named according to the `.new_col_name` argument,

man/epix_slide.Rd

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)