Question: To complete this assignment, you will have to submit both an R script for Part A and a Word or PDF document for Part B.
To complete this assignment, you will have to submit both an R script for Part A and a Word or PDF document for Part B. Part A Preliminary Steps In order to complete this part of the assignment you will need to: Install and load the libraries of the following packages: tidyverse lubridate reshape2 Save the FTSE.100 file in a folder on your computer. In these instructions I will assume that you save the file as FTSE.100.csv. Create a string with the path to your folder. Use paste0() to paste the path to the folder and the name of the file. Assuming you have assigned the output of paste0() to a variable called FTSEdata, load the data into R by typing read . c s v ( FTSEdata , sep= , , c o l C l a s s e s = c ( c h a r a c t e r , rep ( numeric , 9 9 ) ) , check . names = FALSE) and assign it to a variable named FTSE.100. Save all the files in the Load Data folder to your working directory.
Whenever I attempt to load data from excel it says that there's no such file or there's no working directory. (RStudio)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
