[email protected] 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 to a file and inserting the \pagebreak command with R before appending the next xtable object? No idea how this interacts with Sweave though....
The object repor over I pass the lapply function and after the xtable function has more or less 200 tables. So at the end of each table, the new table would have to start at a new page. I tried to put \pagebreak in "command" but it doesent work.Any suggestions???
Moreover someone knows how to set the width of each column?
Have a look at ?xtable and read the documentation of 'align', it is described there.



HTH
Jannis

Thanks for your attention

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.



______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to