[R] EXCEL FILE

Joel Kincaid jfkincaidsu at netscape.net
Thu May 8 18:43:47 CEST 2003


Use 'save as' in excel to create 'foo.csv' and then

read.csv(file='foo.csv',sep',',header=T)

(use header=T only if first row has labels, and you may need to include 
a path with your filename)

cheers,
Joel

cortega at unitec.edu wrote:
> Hi gruop,
> 
> 
> 
> Pardon my question, but how could I import a excel file with 2 columns 
> to R and then work with them as vecors.
> 
> Thanks in advance,
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help


-- 
Your favorite stores, helpful shopping tools and great gift ideas.
Experience the convenience of buying online with Shop at Netscape!
http://shopnow.netscape.com/




More information about the R-help mailing list