Skip to content
Prev 294710 / 398502 Next

write data using xlsReadWrite

Hai,
I use these codes to read my data from the above data that I create, but how
can I get rid of the first V1, because it is row number, not one of my data
value. 
Second, how can I read row 1 and only column 1 (V2 value for example).

setwd("D:\\FYP\\image\\Cropped Images\\user61")
info
<-read.xlsx("forgerUser61.xlsx",sheetName="Sheet1",rowIndex=2:2,header=FALSE)
--
View this message in context: http://r.789695.n4.nabble.com/write-data-using-xlsReadWrite-tp4629825p4630209.html
Sent from the R help mailing list archive at Nabble.com.