Re: [R] odfTable in loop

2008-10-21 Thread Max Kuhn
> But when I try to run this within a for-loop, the XML-output is suppressed > and only the table caption is written: You'll need to wrap it in a print. I'll make a note in the man file. -- Max __ R-help@r-project.org mailing list https://stat.ethz.

[R] odfTable in loop

2008-10-21 Thread SJ
Dear list I try to create a report with several (an unknown number of) tables via odfTable. The following code results in the expected XML structure: ## scores.1=new.env() scores.1$cont.tab=rbind(c(3,5),c(6,8)) scores.2=new.env() scores.2$cont.tab=rbind(c(2,9),c(7,6))