qtalr/book

Using `kable()`, `kableExtra()`, and markdown tables

francojc opened this issue · 1 comments

I should take a look at my tables and ensure that I'm consistent with the way I'm using them.

~doc_id, ~type, ~line_id, ~line,

  • 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"))

I've opted to use tinytable::tt() for many of the kable tables. tt() formats better for latex, especially when considering text wrapping.