Advanced Data Wrangling Workshop in R
by Jae Yeon Kim
File an issue if you have problems, questions or suggestions.
Overview
The Advanced Data Wrangling Workshop aims to help students to learn powerful tools and techniques in R to wrangle data with less pain and more fun. The workshop will show how R can make your data wrangling process easier, faster, and more readable. The workshop focuses on introducing new developments in the tidyverse, particularly dplyr 1.0.0, and it has something new and exciting even for experienced R users.
Learning objectives
-
Part 1: Learn how to reshape and manipulate data
-
Part 2: Learn how to summarize data using the tidyverse packages
Prerequisites
I assume students have familiarity with the tidyverse packages.
Setup
I strongly recommend to launch . Please do so before attending the worskshop as it takes a while (especially, if you do it for the first time).
Or you can setup manually:
- Check your
dplyrpackage is up-to-date by typingpackageVersion("dplyr"). - If the current installed version is less than 1.0.0, then update it by typing
update.packages("dplyr"). You may need to restart R to make it work.
ifelse(packageVersion("dplyr") > 1,
print("The installed version of dplyr package is greater than or equal to 1.0.0"),
update.packages("dplyr")
)


Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
