Lecture 7
Cornell University
INFO 3312/5312 - Spring 2025
February 11, 2025
Source: JPAnalyst on r/nfl
Image credit: @allison_horst
filter()
arrange()
select()
rename()
mutate()
group_by()
summarize()
slice()
, slice_head()
, slice_tail()
, slice_sample()
Illustration credit: Tidy Data for reproducibility, efficiency, and collaboration
pivot_longer()
pivot_wider()
unnest_longer()
unnest_wider()
separate_longer_*()
separate_wider_*()
unite()
ae-06
Instructions
ae-06
(repo name will be suffixed with your GitHub name).renv::restore()
to install the required packages, open the Quarto document in the repo, and follow along and complete the exercises.