I'm working on an assignment and we were asked to load the data and make the file run without errors when opening from the teacher's computer. He said: "When writing your code, keep the data files in the same directory as your notebook so that you DO NOT specify directories or file paths in your code. This allows us to run your code smoothly on our device."
How can I make sure it works on other computers smoothely?
I did read.csv but how can this work if I uploaded only the Rmd file?