Problem using select and filter when used in purrr::compose with purrr::partial in R
I’m trying to compose a set of partially applied functions using the purrr
package. I’m noticing that I can do this with some functions but not others and I would like to know why (or what am I missing if it’s possible)?