tidyverse / dplyr

dplyr: A grammar of data manipulation
https://dplyr.tidyverse.org/
Other
4.75k stars 2.12k forks source link

"Programming with dplyr" should include a reference, not just tutorial #4447

Closed qdread closed 5 years ago

qdread commented 5 years ago

I greatly appreciate the documentation and tutorials that you have developed. However, I have noticed something that would improve my user experience. The vignette "Programming with dplyr" was a great introduction to dplyr programming for me. It is the first search result when you Google search for "dplyr nonstandard evaluation" or similar queries. It is an excellent tutorial, but I feel like I have had to search through the tutorial tons of times to get to the "answer" when I just want to quickly refer to the correct syntax for quasiquotation. Would it be possible to create an easily Googleable and concise reference for the correct syntax for quotation and quasiquotation, or perhaps add it to the existing dplyr reference? Thanks very much in advance.

jxu commented 5 years ago

For a quick guide this may help https://github.com/rstudio/cheatsheets/blob/master/tidyeval.pdf

romainfrancois commented 5 years ago

The programming vignette is being replaced by the tidyeval book from @lionel- and @Hadley. https://tidyeval.tidyverse.org

The vignette will disappear once the book is ready, so currently is no longer being worked on.

lock[bot] commented 4 years ago

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/