Examining Variables
Sign in to test your solution.
# Load package and data
library(ISLR2)
data(Hitters)
# Use the accessor to extract Hits and assign it to the object a
# Determine the class of a
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.