Our first step in this project is to import the employment data into R so that we can start assessing the data and perform some preliminary analysis.
Importing employment data into R
Getting ready
You should be ready to go ahead after completing the previous recipe.
How to do it...
The following steps will guide you through two different ways of importing the CSV file:
- We can directly load the data file into R (even from the compressed version) using the following command:
ann2012 <- read.csv(unz('2012_annual_singlefile.zip',
'2012.annual.singlefile...