tidyverse / tidyr

Tidy Messy Data
https://tidyr.tidyverse.org/
Other
1.38k stars 418 forks source link

Use .by syntax in pivot_wider dplyr helper message #1529

Closed boshek closed 11 months ago

boshek commented 11 months ago

Closes #1516

Uses .by syntax in helper message

hadley commented 11 months ago

Looks great! Since you're touching this code, do you think it's worth switching to |> too?

boshek commented 11 months ago

Ah yes, good idea.

hadley commented 11 months ago

Thanks!