Now that we have imported the automobile fuel efficiency data into R and learned a little about the nuances of importing, the next step is to do some preliminary analysis of the dataset. The purpose of this analysis is to explore what the data looks like and get your feet wet with some of R's most basic commands.
Exploring and describing fuel efficiency data
Getting ready
If you have completed the previous recipe, you should have everything that you need to continue.
How to do it...
The following steps will lead you through the initial exploration of our dataset,...