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