Skip to content

Commit ea88abf

Browse files
if_any() and if_all() are no longer only useful in filter()
1 parent 1397014 commit ea88abf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/across.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#' functions like [summarise()] and [mutate()]. See `vignette("colwise")` for
77
#' more details.
88
#'
9-
#' `if_any()` and `if_all()` are used with `filter()` to apply the same
9+
#' `if_any()` and `if_all()` are used with to apply the same
1010
#' predicate function to a selection of columns and combine the
1111
#' results into a single logical vector.
1212
#'

man/across.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)