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

https://github.com/MangoTheCat/Introduction-to-Functional-Programming-with-Purrr

EARL workshop for Introduction to Functional Programming with Purrr
https://github.com/MangoTheCat/Introduction-to-Functional-Programming-with-Purrr

Last synced: 4 months ago
JSON representation

EARL workshop for Introduction to Functional Programming with Purrr

Awesome Lists containing this project

README

        

# Introduction to Functional Programming with purrr

To follow along with the workshop please follow these pre-installation instructions

* Install R from https://cran.r-project.org/
* RStudio desktop from https://www.rstudio.com

Install the following R packages from CRAN in the usual way:

```r
install.packages(c("tidyverse", "repurrrsive", "broom", "modelr"))
```