I hope I learn to really love coding before the summer is over. Currently I am not the best at coding but I love all the things that you can accomplish with it!
data("mtcars")
It looks like mtcars is a dataframe with information on different car models, and the variables related to them like miles per gallon (mpg), number of cylinders (cyl), and gears (gear) in addition to other information. There are 11 variables and 32 observations.