March 10th, 2011, 7:17 am
Thanks,but still I wonder:even though I have specified the right directory, why do I need to write the whole path name /home/......./file.csv?Why can't I just write file.csv? data<-read.csv(file=file.csv",head=F,sep=",") don't work. I have to write:data<-read.csv(file=/home/..../..../..../file.csv",head=F,sep=",")...to make it work.Why?