Hello, greatly appreciated book.
I am writing to put a general issue while asking a more specific question.
- I could not find any documentation for the 'knitr::kables()' function. I am trying to guess how it works looking at the code. Is the documentation missing?
- Using Quarto with format: pdf, I would like to have a couple of tables printed on the same page. Using knitr::kables(list(kable(tab1), kable(tab2))) places the two side by side. The tables are too wide to fit side by side and the rendering halts. I need to print them one above the other. How could I proceed?
Many thanks, Roberto