Skip to content
Prev 173063 / 398502 Next

Cross Tables with odfTable in odfweave

PJ,
odfTable produces an object that needs to be printed. At the command
line, if you type odfTable(MAT) it is implicitly calling print() to
show the results.

Inside a loop, you'll have to use print(odfTable(MAT)) to explicitly
print the results.

Max