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
- Host: GitHub
- URL: https://github.com/MangoTheCat/Introduction-to-Functional-Programming-with-Purrr
- Owner: MangoTheCat
- Created: 2018-08-21T14:06:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T15:08:31.000Z (about 6 years ago)
- Last Synced: 2024-08-13T07:13:44.898Z (8 months ago)
- Language: R
- Size: 2.6 MB
- Stars: 10
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - MangoTheCat/Introduction-to-Functional-Programming-with-Purrr - EARL workshop for Introduction to Functional Programming with Purrr (R)
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.comInstall the following R packages from CRAN in the usual way:
```r
install.packages(c("tidyverse", "repurrrsive", "broom", "modelr"))
```