i

R Programming Complete Tutorial

R Built-in Data frames

R has a good number of built-in data sets. We can display all the names of data sets just using data() function. Of them, the most commonly used data sets are AirPassengers, PlantGrowth, Titanic, ToothGrowth, iris, mtcars, etc. We can call any data set just mentioning it in data function.

In this section, we will go through some basic operations on mtcars data sets.