Skip to content

Commit

Permalink
Merge pull request #1946 from olivroy/ex3
Browse files Browse the repository at this point in the history
fix example
  • Loading branch information
rich-iannone authored Jan 21, 2025
2 parents 9107446 + 5e88fe5 commit c082c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/text_transform.R
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ text_replace <- function(
#'
#' ```r
#' metro |>
#' dplyr::select(name, lines, connect_rer) |>
#' dplyr::slice_max(passengers, n = 10) |>
#' dplyr::select(name, lines, connect_rer) |>
#' gt() |>
#' text_case_when(
#' stringr::str_count(x, pattern = "[ABCDE]") == 1 ~ "One connection.",
Expand Down
2 changes: 1 addition & 1 deletion man/text_case_when.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit c082c15

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.