There are several ways to get data from Excl to R. One of the simplist ways is to save the data as a csv (comma seperated file) and read the data into R from that file using read.csv()
Example read.csv(file="D:/Book1.csv", header=TRUE) --- On Wed, 8/19/09, Bin1aya <bpasakh...@gmail.com> wrote: > From: Bin1aya <bpasakh...@gmail.com> > Subject: [R] Urgent Help > To: r-help@r-project.org > Received: Wednesday, August 19, 2009, 1:01 PM > > Dear Sir, > > I am using RClimDex. I get following error. > Error in scan(file, what, nmax, > sep, dec, quote, skip, nlines, > na.strings, : > scan() expected 'a > real', got 'T' > > I have done copy paste of climate data from excel file to > notepad and tried > to upload. I do not have any knowledge about programming > languages. Please > help me. > > Regards, > Binaya Pasakhala > -- > View this message in context: > http://www.nabble.com/Urgent-Help-tp25048115p25048115.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. > __________________________________________________________________ Make your browsing faster, safer, and easier with the new Internet Explorer® 8. Opt ernetexplorer/ ______________________________________________ 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.