Using `kable()`, `kableExtra()`, and markdown tables
francojc opened this issue · 1 comments
francojc commented
I should take a look at my tables and ensure that I'm consistent with the way I'm using them.
Line 189 in 7df19b6
- I need to review the use of kable() across the book, as I think I am using it in different ways
- kable()
- kable(booktabs = TRUE)
- kable(booktabs = TRUE) |> kable_styling()
- kable(booktabs = TRUE) |> kable_styling(latex_options = c("striped", "hold_position"))
francojc commented
I've opted to use tinytable::tt()
for many of the kable tables. tt()
formats better for latex, especially when considering text wrapping.