n.via...@libero.it schrieb:
I would like to Know if somewhere in xtable I can put the command \pagebreak .
There is an add.to.row argument in print.xtable, where you could add
this command. You have to specify a line where to add this though. How
about appending each printed xtable object
Dear list,
I'm using the Sweave function in order to get some report.
Here one chunk:
<>=
report<-lapply(repor, function(x) {
(print(xtable(data.frame(x[1:2,]), align="|l|rrr|"),floating=FALSE,tabular.
environment="longtable",include.colnames=FALSE,size="\\small"))
(print(xtable(data.frame(x[3:nro
2 matches
Mail list logo