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