Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

group_by() documentation (v1.1.4) doesn't indicate whether ... is <tidy-select> or <data-masking> (it's <data-masking>) #7030

Open
DanielBraddock opened this issue May 21, 2024 · 0 comments
Labels
tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day

Comments

@DanielBraddock
Copy link

DanielBraddock commented May 21, 2024

I'm looking at dplyr documentation for version 1.1.4.

The vignette https://dplyr.tidyverse.org/articles/programming.html states that "To determine whether a function argument uses data masking or tidy selection, look at the documentation: in the arguments list, you’ll see <data-masking> or <tidy-select>." (4th paragraph)

The vignette does tell you which verb is which including that group_by() is <data-masking>.

However, group_by()'s documentation doesn't tell you which ... is.

@DavisVaughan DavisVaughan added the tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day
2 participants