# Load the data
data(chapter_1_exercise_22)
# Or, alternatively load the data as
data(C1E22)
# View the structure
str(chapter_1_exercise_22)
# Brief summary of the data.
summary(chapter_1_exercise_22)
Run the code above in your browser using DataLab