Open
Description
vars()
have been deprecated in the rest of tidyverse and is now in an odd position in ggplot2. Due to the non-standard semantics of facet specifications there are no real way to avoid some type of collector function with the same semantics as vars()
so the current plan is to let it exist purely as a ggplot2 thing, but switch back to promoting formula notation in documentation examples etc... vars()
will then only be promoted as a utility for programming with ggplot2 and not for interactive use.
Feedback from the maintainer team on this is very welcome - I've never really used vars()
myself so my attachment to it is very limited