Preventing page breaks when using in long tables exported from xtable()
prevent_pagebreak.RdWhen using LaTeX's longtable environment it is sometimes desirable to prevent a page break for certain lines in the table. In LaTeX this is done by using * at the end of the row. prevent_pagebreak adds * to specified lines of output from print.xtable.