Once you have downloaded and installed everything in the previous recipe, Preparing R for your first project, you can import the dataset into R to start doing some preliminary analysis and get a sense of what the data looks like.
Importing automobile fuel efficiency data into R
Getting ready
Much of the analysis in this chapter is cumulative, and the efforts of the previous recipes will be used for subsequent recipes. Thus, if you completed the previous recipe, you should have everything you need to continue.
How to do it...
The following steps will walk you through the...