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

Show example of vars() with mutate_at() in select_helpers #2984

Closed
ghost opened this issue Jul 19, 2017 · 5 comments
Closed

Show example of vars() with mutate_at() in select_helpers #2984

ghost opened this issue Jul 19, 2017 · 5 comments
Assignees

Comments

@ghost
Copy link

ghost commented Jul 19, 2017

Tidy evaluation has hit CRAN and data analyzers everywhere are probably stumbling over it (I know I did).

The deprecation warning that appeared during a call mutate_each() was helpful for me, but perusing the docs wasn't enough to get my code to work.

  • The documentation for select_helpers would be more helpful if it included examples that explicitly show the necessity of calling vars() when working with mutate_at().
  • The examples included with the documentation for summarize_all() should probably explain vars() a bit more.
  • The documentation for vars() includes no examples, and this should probably be rectified too.
help(select_helpers, dplyr)
@lionel- lionel- self-assigned this Jul 20, 2017
@pranayroy01
Copy link

pranayroy01 commented Jul 21, 2017

Thanks for pointing it out. I have the same issue.

@romainfrancois
Copy link
Member

@lionel- do we still need that ?

@lionel-
Copy link
Member

lionel- commented Nov 10, 2018

I'm not sure how to document in select helpers because they are reexported from tidyselect.

It looks like ?mutate_at and ?vars are informative enough?

@romainfrancois
Copy link
Member

Yeah, let’s close this one.

@lock
Copy link

lock bot commented May 9, 2019

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators May 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants