-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
Description
E.g. make !
equivalent to !
: I suspect people try it and get confused by the error message. It leads to a slightly misleading mental model of how tidyselect works under the hood, but I think the fact that -"x"
already works means that we don't need to worry too much.
And make &
and |
work. We also need to figure out whether to the vectorised or short-circuiting operators are the most intuitive to most people.