[R] help to ... import the data from Excel

Sarah_R_edu Sarah_R_Edu at hotmail.com
Tue Oct 11 11:57:08 CEST 2011


Hi every one ,,,,

i have problem in R program to import the data from excel ,

I have done the following:

1. install.packages("xlsReadWrite")

2. library(xlsReadWrite)

3. z<- read.xls("ReadXls",LTS,colNames=FALSE,sheet,type,form,rowNames=FALSE)

and i got on the result:

Error in read.xls("ReadXls", LTS, colNames = FALSE, rowNames = FALSE) :

 object 'LTS' not found

also i tried to done  < data(LTS, package = "xlsReadWrite")

 and we got on : Warning message: In data(LTS, package = "xlsReadWrite") :
data set 'LTS' not found

How i get on LTS in the list objects? 

Note: LTS is name my data in Eexcl

 

&

 

i used another way as following:

mydata<- read.table("C:\Users\user\Desktop\LTS.xls")

but its not working how can i do it?

*/My regards,,,,/ *

--
View this message in context: http://r.789695.n4.nabble.com/help-to-import-the-data-from-Excel-tp3893382p3893382.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list