R Import and Export manual on the R site is a start. Also what kind of data are you trying to read?
given a simple csv file called sss.csv like this a, b, c 1,2,3 4,5,6 on your C drive you can read it into R with read.csv("C:/sss.csv") See ?read.table for more information --- On Tue, 9/1/09, joel ulises sevilla <jus...@gmail.com> wrote: > From: joel ulises sevilla <jus...@gmail.com> > Subject: [R] read and sac files from windows 07 > To: r-help@r-project.org > Received: Tuesday, September 1, 2009, 6:52 PM > Dear friends maybe someone can help > this freshman at R, by tell step by step > how can I read files from windows 2003-2007 to Rgui, I had > tried all, no see > solution?? > > [[alternative HTML version deleted]] > > ______________________________________________ > 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. > __________________________________________________________________ Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now http://ca.toolbar.yahoo.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.