one_of {tidyselect} | R Documentation |
one_of()
is retired in favour of the more precise any_of()
and
all_of()
selectors.
one_of(..., .vars = peek_vars(fn = "one_of"))
... |
One or more character vectors. |
.vars |
A character vector of variable names. When called
from inside selecting functions like |