Hello, so I am working on a problem and need some help with what I am trying to accomplish
Background, trying to merge 2 files (CSV) the way I have been told to do it is:
wdir <- "C:\Users\(User name)\Documents\(File Name)"
which works and sets the WD
However when I try to read the file with:
PartA_IV <- read.csv('P1A_IV_sample.csv', header=TRUE)
It says no such directory exists, 2 file names are P1A_IV_sample.csv, P1A_DV_sample.csv