I have another question:
My WD is: “folder”
I have my data in “folder/data”
I have my functional scripts in “folder/final”. (In the wd are only my drafts)
How can I run scripts in “folder/final” if the data to read in is in “folder/data”?
df <- fread(“DATA/file.csv”, sep=“;”, dec=“,”) only works if the script is in the wd.