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