WELCOME!
- Day 2 review quiz
- Questions and other review topics
- Open your exercise R project
- Create an R script
- Exercise 1
- load
tidyverse
andpalmerpenguins
- Use
group_by
andsummarize
functions - Practice using functions like
mean
,min
, andmax
- load
10-minute Break
- Exercise 2: Who am I?
- Use all the tools in your datatool box!
- Use
filter
to play a game! - Don’t forget about
is.na
andnames
- Challenge yourself with a
case_when
- Question Time!