Skip to content

Commit 8b569ff

Browse files
committed
docs(filter.epi_archive): suggest alternative for meas col filtering
1 parent 8f63ad8 commit 8b569ff

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

R/methods-epi_archive.R

+6-3
Original file line numberDiff line numberDiff line change
@@ -1036,9 +1036,12 @@ dplyr_col_modify.col_modify_recorder_df <- function(data, cols) {
10361036
#'
10371037
#' By default, using the `version` column or measurement columns is disabled as
10381038
#' it's easy to get unexpected results. See if either [`epix_as_of`] or
1039-
#' [`epix_slide`] works as an alternative. If they don't cover your use case,
1040-
#' then you can set `.format_aware = TRUE` to enable usage of these columns, but
1041-
#' be careful to:
1039+
#' [`epix_slide`] works for any version selection you have in mind: for version
1040+
#' selection, see the `version` or `.versions` args, respectively; for
1041+
#' measurement column-based filtering, try `filter`ing after `epix_as_of` or
1042+
#' inside the `.f` in `epix_slide()`. If they don't cover your use case, then
1043+
#' you can set `.format_aware = TRUE` to enable usage of these columns, but be
1044+
#' careful to:
10421045
#' * Factor in that `.data$DT` may have been converted into a compact format
10431046
#' based on diffing consecutive versions, and the last version of each
10441047
#' observation in `.data$DT` will always be carried forward to future

man/filter.epi_archive.Rd

+6-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/revision_analysis.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)