[R] Excel export into R

Keizer_71 christophe.lo at gmail.com
Thu Mar 6 00:42:22 CET 2008


Hello,

I have this in excel

Control
543_BU
123_AT
432_CU


I want to be able to import to R so that it will read like this

c<-c("543_BU","123_AT","432_CU")

output:
[1] "543_BU" "123_AT" "432_CU"

This is just a short version. I have about 200000 rows and i need a simpler
way instead of typing each one.

thanks
-- 
View this message in context: http://www.nabble.com/Excel-export-into-R-tp15863252p15863252.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list