Displaying 2 results from an estimated 2 matches for "spreadshit".
Did you mean:
spreadshirt
2008 Mar 05
4
Excel export into R
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
2007 Oct 16
9
Import from excel 2007
Hey Seniors,
Really new to R, please has anyone imported a dataset from MS office excel 2007 into R yet? It seem to be giving me hard times which I did not expect as it use to go well with the previous versions.
Thanks in advance.
arnoldo
---------------------------------
[[alternative HTML version deleted]]