An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

# learnr.tidyeval

[![Travis-CI Build Status](https://travis-ci.org/ijlyttle/learnr.tidyeval.svg?branch=master)](https://travis-ci.org/ijlyttle/learnr.tidyeval)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/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")
```