library(tidyverse) Lab 02 - Plastic waste
Load packages and data
plastic_waste <- read_csv("data/plastic-waste.csv")Exercises
Exercise 1
Remove this text, and add your answer for Exercise 1 here.
# insert code hereExercise 2
# insert code hereExercise 3
Remove this text, and add your answer for Exercise 3 here.
Exercise 4
Remove this text, and add your answer for Exercise 4 here.
# insert code hereExercise 5
Remove this text, and add your answer for Exercise 5 here.
# insert code hereExercise 6
Remove this text, and add your answer for Exercise 6 here.
# insert code hereExercise 7
Remove this text, and add your answer for Exercise 7 here.
# insert code here# insert code hereExercise 8
Remove this text, and add your answer for Exercise 8 here.
# insert code here