Hadley Wickham

Results 1547 comments of Hadley Wickham

This function feels conceptually more like `across()` than `cur_*()`, so I like `pick()` as a name. Maybe it could include a `.group_vars` argument? i.e. something like: ```R pick

When we implement this I assume we'll also change: ```R across(.cols = everything(), .fns = NULL, ..., .names = NULL, .unpack = FALSE) if_any(.cols = everything(), .fns = NULL, ...,...

Any implementation of this could include a fix for #4631 Sounds like we could ignore `labs()` for now, and tackle that as a part of a bigger fix. @eliocamp I...

Hmmmm, I'm not sure. In most cases I think using snake case would be the obvious choice, but `na.rm` is just so ubiquitous. But you're probably right that `na_rm` is...

Hmmmm, daylight savings time ended on [Nov 3 2013](https://www.timeanddate.com/time/change/usa?year=2013), so that's probably the source of the duplicates.

Here's the original contribution: https://github.com/tidyverse/ggplot2/commit/008018cce9a5063efb2eaa9cb917850a3ee762ea. We look forward to your PR.

@thomasp85 I think the vctrs PR needs quite a lot more work to be able to tell what the downstream implications are — it's possible that it has limited impacts...

We've discussed this idea a number of times (I think we'd call it `.by`) but it would be a major change to the way that dplyr works. (One other nice...

@DavisVaughan yeah, we'd either need some special sentinel, or declare it's out of scope.