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