In an R bookdown code, I want to output a very large table in a neat way. I want to present a very large table in my pdf output (bookdown::pdf_book), html output (bookdown::git_book) and also if possible in ebook (bookdown::epub_book) outputs. My table has about 120 rows and 8 columns, where each cell has varying lengths and formats. Two of the cells some times has about 25 chara ters long (if possible I want them to go to the next line automatically if it exceeds the maximum length of a cell). Tha table might be presented in parts to pdf pages automatically is the ideal solution I am looking for. Thanks
kable function was OK with shorter tables so far but not sure on the large ones.