Displaying 1 result from an estimated 1 matches for "onlinesurvey".
2008 Jan 16
4
Can anyone help??
Hi,
Im getting the following error when I attempt to read a csv file into R. I
have the file saved on my C drive. Id really appreciate it if anyone can
help....
My Command:
> survey <- read.csv (file = "C:\onlinesurvey.csv",head= TRUE, sep =",")
Error:
Error in file(file, "r") : unable to open connection
In addition: Warning messages:
1: '\o' is an unrecognized escape in a character string
2: unrecognized escape removed from "C:\onlinesurvey.csv"
3: In file(file, &q...