Skip to content

Commit

Permalink
Update link to RStudio's resources for this webinar
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc authored Nov 12, 2018
1 parent 232f199 commit 9bd1c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Row-oriented workflows in R with the tidyverse

Materials for [RStudio webinar](https://www.rstudio.com/resources/webinars/) *recording available at this link!*:
Materials for [RStudio webinar](https://resources.rstudio.com/webinars/thinking-inside-the-box-you-can-do-that-inside-a-data-frame-april-jenny-bryan) *recording available at this link!*:

Thinking inside the box: you can do that inside a data frame?!
Jenny Bryan
Expand All @@ -12,7 +12,7 @@ Slides available [on SpeakerDeck](https://speakerdeck.com/jennybc/row-oriented-w

The data frame is a crucial data structure in R and, especially, in the tidyverse. Working on a column or a variable is a very natural operation, which is great. But what about row-oriented work? That also comes up frequently and is more awkward. In this webinar I’ll work through concrete code examples, exploring patterns that arise in data analysis. We’ll discuss the general notion of "split-apply-combine", row-wise work in a data frame, splitting vs. nesting, and list-columns.

## Code examples
## Code exampleshttps://www.rstudio.com/resources/webinars/

Beginner --> intermediate --> advanced
Not all are used in webinar
Expand Down

0 comments on commit 9bd1c0f

Please sign in to comment.