I am trying to read and normalize an Agilent dataset but I have this error:
Error in file(file, "r") : cannot open the connection
and also when I tried this code to check the files:
targets$FileName[!file.exists(targets$FileName)]
It works without problems
I used this code
and the error is:
I checked the file property for permission, I have normal read \write permission :(