https://github.com/ijlyttle/learnr.tidyeval
A learnr tutorial for tidyeval
https://github.com/ijlyttle/learnr.tidyeval
Last synced: about 1 year ago
JSON representation
A learnr tutorial for tidyeval
- Host: GitHub
- URL: https://github.com/ijlyttle/learnr.tidyeval
- Owner: ijlyttle
- License: other
- Created: 2017-10-26T20:05:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T15:38:03.000Z (over 4 years ago)
- Last Synced: 2025-06-20T19:04:34.169Z (about 1 year ago)
- Language: HTML
- Homepage: https://ijlyttle.shinyapps.io/tidyeval
- Size: 480 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# learnr.tidyeval
[](https://travis-ci.org/ijlyttle/learnr.tidyeval)
[](https://cran.r-project.org/package=learnr.tidyeval)
The goal of learnr.tidyeval is to support an interactive tutorial for tidyeval.
Please see the operational shiny-app at https://ijlyttle.shinyapps.io/tidyeval
## Installation
You can install learnr.tidyeval from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("ijlyttle/learnr.tidyeval")
```