[R] write data using xlsReadWrite
diyanah
yanadj28 at gmail.com
Wed May 16 03:38:12 CEST 2012
Thank you,
I came up with these. Problem solve.
varValue <- data.frame(varLH2x, varLH2y, varHH2x, varHH2y, varLL2x, varLL2y,
varHL2x, varHL2y)
res<-write.xlsx(varValue, "D:\\FYP\\image\\Cropped
Images\\user61\\genuineUser61temp.xlsx", sheetName="Sheet1",col.names=TRUE,
row.names=TRUE, append=FALSE)
--
View this message in context: http://r.789695.n4.nabble.com/write-data-using-xlsReadWrite-tp4629825p4630204.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list