Skip to content

Commit d22b88b

Browse files
committed
Describe our pronoun-like objects in epi_slide ... docs
1 parent 512f08a commit d22b88b

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

R/slide.R

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
#' If `f` is missing, then `...` will specify the computation.
2424
#' @param ... Additional arguments to pass to the function or formula specified
2525
#' via `f`. Alternatively, if `f` is missing, then the `...` is interpreted as
26-
#' an expression for tidy evaluation. See details.
26+
#' an expression for tidy evaluation; in addition to referring to columns
27+
#' directly by name, the expression has access to `.data` and `.env` pronouns
28+
#' as in `dplyr` verbs, and can also refer to `.x`, `.group_key`, and
29+
#' `.ref_time_value`. See details.
2730
#' @param before,after How far `before` and `after` each `ref_time_value` should
2831
#' the sliding window extend? At least one of these two arguments must be
2932
#' provided; the other's default will be 0. Any value provided for either

man/epi_slide.Rd

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

man/epix_slide.Rd

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

man/reexports.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)