@@ -668,14 +668,14 @@ group_by.epi_archive = function(.data, ..., .add=FALSE, .drop=dplyr::group_by_dr
668668# ' explanation. If a function, `f` must take an `epi_df` with the same
669669# ' column names as the archive's `DT`, minus the `version` column; followed
670670# ' by a one-row tibble containing the values of the grouping variables for
671- # ' the associated group; followed by a Date containing the reference time
672- # ' value that was used ; followed by any number of named arguments. If a formula,
673- # ' `f` can operate directly on columns accessed via `.x$var` or `.$var`, as in
674- # ' `~ mean (.x$var)` to compute a mean of a column `var` for each
671+ # ' the associated group; followed by a reference time value, usually as a
672+ # ' `Date` object ; followed by any number of named arguments. If a formula,
673+ # ' `f` can operate directly on columns accessed via `.x$var` or `.$var`, as
674+ # ' in `~ mean (.x$var)` to compute a mean of a column `var` for each
675675# ' group-`ref_time_value` combination. The group key can be accessed via
676676# ' `.y` or `.group_key`, and the reference time value can be accessed via
677- # ' `.z` or `.ref_time_value`. If `f` is missing, then `...` will specify
678- # ' the computation.
677+ # ' `.z` or `.ref_time_value`. If `f` is missing, then `...` will specify the
678+ # ' computation.
679679# ' @param ... Additional arguments to pass to the function or formula specified
680680# ' via `f`. Alternatively, if `f` is missing, then `...` is interpreted as an
681681# ' expression for tidy evaluation. See details of [`epi_slide`].
0 commit comments