Skip to content

Commit

Permalink
Improve slide output packing example comments
Browse files Browse the repository at this point in the history
Co-authored-by: nmdefries <[email protected]>
  • Loading branch information
brookslogan and nmdefries authored Nov 23, 2024
1 parent 6ab73d5 commit c78bcca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/slide.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
#'
#' # The tidyverse supports ["packing"][tidyr::pack] multiple columns into a
#' # single tibble-type column contained within some larger tibble. Like dplyr,
#' # we normally don't pack output columns together, but will if you provide a
#' # 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:
#' cases_deaths_subset %>%
#' epi_slide(
#' slide_packed = tibble(
Expand Down

0 comments on commit c78bcca

Please sign in to comment.