Skip to content

Commit 5c68195

Browse files
committed
Describe output grouping in basic-slide-params.R
1 parent 9d64bda commit 5c68195

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

man-roxygen/basic-slide-params.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@
3232
#' a missing value marker (typically NA, but more technically the result of
3333
#' `vctrs::vec_cast`-ing `NA` to the type of the slide computation output).
3434
#' @return An `epi_df` object with one or more new slide computation columns
35-
#' added.
35+
#' added. It will be ungrouped if `.x` was ungrouped, and have the same groups
36+
#' as `.x` if `.x` was grouped.

man/epi_slide.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/epi_slide_opt.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)