Edited from Ben Baumer’s Lecture
In lab 4 you learned about these verbs:
select()
filter()
mutate()
arrange()
and arrange(desc())
We will also use:
group_by()
summarize()
rename()
You can get good at a few functions and do a lot.
The first argument is a data frame.
The output of the wrangling functions is a data frame.
When we wrangle we are not altering the original data.
It still exists.
You can start over.
Object of class tbl
In class MDSR Problems 1 and 2