✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
This question is about workflow and reproducibility. Your project as saved in ETC1010_5510.Rproj
is in the folder ETC1010_5510
(which indicates that the location where R is looking at is folder ETC1010_5510
). In that folder you have carefully organised your assignment work into a separate directory, which holds your solution, in the file assignment_01.Rmd
. The directory structure is below:
users
└── myself
└── ETC1010_5510
└── ETC1010_5510.Rproj
└── assignment
└── assignment_01.Rmd
└── assignment_02.Rmd
└── data
└── file.csv
What would happen if you tried to run the following code after you opened the project read_csv("assignment/data/file.csv")
?
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!