Message-ID: <1337132292779-4630204.post@n4.nabble.com>
Date: 2012-05-16T01:38:12Z
From: diyanah
Subject: write data using xlsReadWrite
In-Reply-To: <CALgZk2F968aCu_HcwCbAa6_DboSSCaWVcAqPfMXfyOBOcrEBVw@mail.gmail.com>
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.