Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tidyverse/tidyeval
A guide to tidy evaluation
https://github.com/tidyverse/tidyeval
book r tidyeval
Last synced: 3 months ago
JSON representation
A guide to tidy evaluation
- Host: GitHub
- URL: https://github.com/tidyverse/tidyeval
- Owner: tidyverse
- Archived: true
- Created: 2018-08-27T13:27:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T15:00:17.000Z (over 4 years ago)
- Last Synced: 2024-06-22T20:21:34.215Z (5 months ago)
- Topics: book, r, tidyeval
- Language: CSS
- Homepage: https://tidyeval.tidyverse.org
- Size: 112 KB
- Stars: 54
- Watchers: 11
- Forks: 21
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - tidyverse/tidyeval - A guide to tidy evaluation (CSS)
README
![Lifecycle Status](https://img.shields.io/badge/lifecycle-superseded-orange.svg)
This guide is now superseded by more recent efforts at documenting tidy evaluation in a user-friendly way. We now recommend reading:
- The new [Programming with dplyr](https://dplyr.tidyverse.org/articles/programming.html) vignette.
- The [Using ggplot2 in packages](https://ggplot2.tidyverse.org/articles/ggplot2-in-packages.html) vignette.
We are keeping this bookdown guide online for posterity, but please know that it is missing a lot of advances that make tidy eval more palatable, such as the embracing operator `{{ arg }}` and [glue](https://glue.tidyverse.org/) support for custom names.