We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab73d5 commit c78bccaCopy full SHA for c78bcca
R/slide.R
@@ -106,8 +106,8 @@
106
#'
107
#' # The tidyverse supports ["packing"][tidyr::pack] multiple columns into a
108
#' # 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:
+#' # we normally don't pack output columns together. However, packing behavior can be turned on
+#' # by providing a name for a tibble-type output:
111
#' cases_deaths_subset %>%
112
#' epi_slide(
113
#' slide_packed = tibble(
0 commit comments