purrr: functional programming, iteration/aggregation / August 12
jennybc opened this issue · 12 comments
What: Functional programming, iteration and aggregation in R using purrr, taught by Jenny Bryan.
Who: Everyone! This is an intermediate-level lesson, but we'll try to help everyone stay on board.
When: Friday, August 12, 1 PM - 2 PM
Where: Koerner Library, room 153; map.
Before you come: Please install purrr: install.packages("purrr")
; also, check out these resources:
- https://github.com/hadley/purrr
- https://cran.r-project.org/web/packages/purrr/index.html
- http://r4ds.had.co.nz/iteration.html
- http://r4ds.had.co.nz/hierarchy.html
Purrr is a package to augment R's functional programming tools; functional programming is a style of programming that makes the behavior of your code easier to predict and debug. In this lesson, we'll see an introduction to purrr and functional programming in R.
@minisciencegirl or @BillMills can one of you apply appropriate labels? I think it's event + intermediate. I took the liberty of just opening this issue; feel free to correct me if I overlooked some convention.
Thanks, @jennybc! Feel free to re-edit anything in the top post you like, of course.
Thanks @BillMills and @jennybc! The issue looks great!
@BillMills youtube broadcast possible?
@vjd it's speaker's choice - they'll post details here if they choose to webcast!
How can I join?Hangout link or on air?
This is intermediate level session but I don't have much idea about R.Can I join?
@drashti4 It might not make a lot of sense if you have very little knowledge of R. The "intermediate" label is genuine.
Okay then I am out for this session.Thank you for humble response :)
Here are the lesson notes for anyone interested: https://github.com/jennybc/purrr-tutorial
And here's the rendered version that's easier on the eyeballs: