kableExtra
kableExtra copied to clipboard
Construct Complex Table with knitr::kable() + pipe.
Hello, Thank you for this great package. I'd just like to suggest removing a backslash from `\\n` in linebreak.R. All the best
**Output Desired** Using R `kableExtra`, I want to create the following table formatting in both PDF and HTML output (at least the newline, centering and LaTeX equations are present) like...
**Describe the bug** Column alignment different for each row when using multi-line text in columns. See the pdf for output: [testing-and-debug.pdf](https://github.com/haozhu233/kableExtra/files/6285578/testing-and-debug.pdf) **To Reproduce** Think about using `reprex` to generate an...
When specifying a top rule in kbl, and additional line comes under a header introduced by pack_rows This is the reproducible example: ``` library(kableExtra) kbl(mtcars[1:10, 1:6], format= "latex", caption =...
A column in a table should have a background color. When using `full_width = TRUE` the background color does not appear. As you can see in the output the cells...
**Describe the bug** There seems to be a [known issue](https://tex.stackexchange.com/questions/437733/colortbls-cellcolor-not-filling-whole-cell-in-combination-with-makecell) in Latex where \cellcolor from the `colortbl` package does not work properly with \makecell. As mentioned, there probably already exists...
I'm using bookdown to create a Tufte-style PDF with margin notes. I use `full_width = TRUE` to constrain the table to the main column and prevent it from bleeding into...
`add_footnote()` seems to enclose symbols used for numbering the footnotes with `^` in order to make them superscripts. With `notation = "none"`, however, there is no symbol and `^^` will...
Hi, first of all thanks for creating kableExtra! I am not sure if this is an issue, or a request for a new feature - apologies if I am in...
Using `collapse_rows()` does nothing, even with the example code from the manual page: ```dt