8000 Updated README title · jaeyk/R-functional-programming@e3b56da · GitHub
[go: up one dir, main page]

Skip to content

Commit e3b56da

Browse files
committed
Updated README title
1 parent 3bbbf5d commit e3b56da

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# How to Automate Repeated Things in R
1+
# R-Functional-Programming
22

3-
by [Jae Yeon Kim](https://jaeyk.github.io/)
4-
5-
File an [issue](https://github.com/dlab-berkeley/automating-workflows-in-R/issues) if you have problems, questions or suggestions.
6-
7-
## Overview
3+
## Workshop Description
84

95
This workshop helps you to step up your R skills with functional programming. The `purrr` package provides easy-to-use tools to automate repeated things in your entire R workflow (e.g., wrangling, modeling, and visualization). The end result is cleaner, faster, more readable and extendable code. I highly recommend you to take this workshop (1) if you still write copy-and-paste code, (2) exclusively rely on for loops for automation, and (3) want to know about the joy and power of R functional programming.
106

@@ -32,4 +28,9 @@ Launch the [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org
3228

3329
---
3430

31+
### Contributions to these materials by:
32+
33+
- [Jae Yeon Kim](https://jaeyk.github.io)
34+
- [Alex Stephenson](https://alexstephenson.me)
35+
3536
![](https://i.creativecommons.org/l/by/4.0/88x31.png) This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).

0 commit comments

Comments
 (0)
0