nathaneastwood / poorman

A poor man's dependency free grammar of data manipulation
https://nathaneastwood.github.io/poorman/
Other
340 stars 15 forks source link

Add if_any() and if_all() #80

Closed nathaneastwood closed 3 years ago

nathaneastwood commented 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.