I'm trying to do this.
DataLocation <- "C:\Users\Documents\MyFile.csv"
> DataLocation <- "C:\Users\Documents\MyFile.csv"
Error: '\U' used without hex digits in character string starting ""C:\U"
Is there a way I can write something to read that. I need it so that it's simple enough to copy and paste the file location into the script. It doesn't matter if the it's within lengthy code. Any help greatly appreciated. Thanks