Create a data frame
What’s mtcars?
The basic installation of R comes with a number of built-in data frames with data that you can use for demos. One of them is mtcars, You can use these data sets when you work in R by typing their name. You don’t have to import or generate them.