Skip to content

Commit c78bcca

Browse files
Improve slide output packing example comments
Co-authored-by: nmdefries <[email protected]>
1 parent 6ab73d5 commit c78bcca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/slide.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
#'
107107
#' # The tidyverse supports ["packing"][tidyr::pack] multiple columns into a
108108
#' # single tibble-type column contained within some larger tibble. Like dplyr,
109-
#' # we normally don't pack output columns together, but will if you provide a
110-
#' # name for a tibble-type output:
109+
#' # we normally don't pack output columns together. However, packing behavior can be turned on
110+
#' # by providing a name for a tibble-type output:
111111
#' cases_deaths_subset %>%
112112
#' epi_slide(
113113
#' slide_packed = tibble(

0 commit comments

Comments
 (0)