R Excel Out jrue  2016-09-14 08:24
Status: Closed
 
Hi David,

Can you check to make sure the call is working correctly in your R environment on the server?

From an R console, you should be able to test with something simple like this:

require(xlsx)
write.xlsx(mtcars,file="mtcars.xlsx")