Erik Iverson-3 wrote: > > On 09/22/2010 07:24 PM, sisxy wrote: >> >> > > R will search in its working directory for Q.csv. > > What is the working directory, use getwd() to > find out. > > >
Thanks , by using the getwd() , i found the place that i should save in my laptop... then after i saved in the location that show by the getwd() and i type the code read.csv(file="xx.csv",header=TRUE) My db came out .... It's useful. thanks ^^ -- View this message in context: http://r.789695.n4.nabble.com/import-csv-file-problem-tp2551256p2551455.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.