You are on page 1of 3

Loading the dataset into RStudio:

head(dataset) command:

tail(dataset) command:
names(dataset) command:

boxlplot(dataset$selling_price):

hist(dataset$km_driven):

You might also like