Support predicates in *_each() · Issue #1501 · tidyverse/dplyr

purrr's map_if() is very useful when we want to apply a function to multiple columns which satisfy some conditions. Here is a line of code shown in the summarise_each's example: summarise_each_(iri...