Skip to content
Prev 302803 / 398503 Next

Saving Splitted Series to Excel via XLConnect

On Aug 8, 2012, at 1:10 PM, Henrique Andrade wrote:

            
That doesn't make much sense. You have three columns. What are you  
calling a "series" (which is not a term that has any particular  
meaning in R.)
Perhaps:

str(dados2)  # it is a list of three dataframes

writeWorksheet(wb, do.call(rbind, dados2), sheet = "Teste1")
saveWorkbook(wb)

This basically undoes the split() operation that created dados2.

Please note that those dates are actually factor variables in R.