Skip to content

Commit

Permalink
Delete junk
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc authored Dec 29, 2018
1 parent 9bd1c0f commit 3a35465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 exampleshttps://www.rstudio.com/resources/webinars/
## Code examples

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

0 comments on commit 3a35465

Please sign in to comment.