How to filter components of a quosure by class
I want to filter out components of a function’s argument by class, motivated by this question (which looks for a function f
so that f(c(mpg, gear))
is equivalent to select(mtcars, mpg)
).
I want to filter out components of a function’s argument by class, motivated by this question (which looks for a function f
so that f(c(mpg, gear))
is equivalent to select(mtcars, mpg)
).