Table formatting for PDF
Using R Markdown to create PDF files for sharing, you can chose several different options for printing tables of data: default, kable and tibble. If you are using HTML, you have another option called paged, which allows you to specify the number of rows and columns to display, and the viewer can page between pages …