Hi listers, I just got a MAC, so I am trying to use the command READ.TABLE but I am getting a error that is probably caused by the wrong path that I am using... The command is the following...
file<-read.table("/Users/Márcio/UdeM/Travail Dirigé/Data/MU284 Population.txt",header=T,skip=24) And I am getting the following error... Erro em file(file, "rt") : não é possível abrir a conexão Além disso: Warning message: In file(file, "rt") : cannot open file '/User/Márcio/UdeM/Travail_Dirigé/Data/MU284_Population.txt': No such file or directory I checked already the messages but I didn't find what could be my mistake... Any suggestions??? Thanks in advance, Marcio -- View this message in context: http://n4.nabble.com/R-on-MAC-OS-X-tp802729p1557818.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.