[R] Urgent Help

John Kane jrkrideau at yahoo.ca
Wed Aug 19 20:15:46 CEST 2009


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 <bpasakhala at gmail.com> wrote:

> From: Bin1aya <bpasakhala at gmail.com>
> Subject: [R]  Urgent Help
> To: r-help at 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 at 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/




More information about the R-help mailing list