Midterm.RData Download the file Midterm.RData to a known loc…

Midterm.RData Download the file Midterm.RData to a known location. (Sometimes the download process changes the name of the file by appending (1) or (2), etc. to the file name. If this happens, be sure to rename the local file to just Midterm.RData.)Load the RData file by, at the R prompt, typing:> load(“Midterm.RData”)Note the quotation marks around the file name. This will result in a data frame called cars being placed in your global environment. This is data regarding used cars posted for sale on Craig’s List. The column (variable) names should be self explanatory. Note that lat refers to latitude and long refers to longitude. For all exam questions referring to this data, you should do all your work in R.How many columns (variables) does the data frame have?

Create a column chart of the number of cars in carsReal by s…

Create a column chart of the number of cars in carsReal by size. When the chart has been created, click on Export in the Plot window, then Save as Image, then save the file (it will save to your working directory), and then attach the file and submit it here.