Closed nathaneastwood closed 3 years ago
From the dplyr help file:
if_any() and if_all() are used with 🤷♂️ to apply the same predicate function to a selection of columns and combine the results into a single logical vector.
if_any()
if_all()
From the dplyr help file: