kableExtra
kableExtra copied to clipboard
Construct Complex Table with knitr::kable() + pipe.
I have a data table I want to display for HTML report ``` BelQ= structure(list(Source = "Kalender 2019", `Sourse of Questions` = "The survey instruments were part of a larger...
Hello, I've been wrapping my head around this bug for a couple days, and finally figured out, not knowing that % is a special character in LaTeX, what was going...
**Describe the bug** Everywhere i use "longtable", i see some trace of source code after the table like > \end{ThreePartTable} or > & 1555073.7456 & 7.12127\* \end{longtable} or > \end{landscape}...
**Describe the bug** The LaTeX gets messed up (and the resulting pdf formatting is thrown off) when a % symbol is passed in a caption string to a kable object....
**Describe the bug** Is there a way to position multiple dataframes side by side on an Rmarkdown pdf? i tried to print them as one kable and it successfuly centered...
**Describe the bug** I am using `kableExtra` v1.3.4. Passing the argument `align="center"` to the `cell_spec` function does not produce any changes in cell/column text alignment. **To Reproduce** ```{r} library(kableExtra) text_tbl...
Hi, I'm having an issue exactly described here : https://github.com/vincentarelbundock/modelsummary/issues/269 The author seems to have solved the issue by using `kable()` instead of `kbl()`, but forgot to raise it here.
Using `row_group_label_position='stack'` with a single `column` throws an error. Here is a MWE: ``` suppressMessages({ require(dplyr) require(knitr) require(kableExtra) require(tibble) }) tribble(~modl, ~metric, ~value, 'AAA', 'med', 0.19, 'AAA', 'min', -1.30, 'BBB',...
In my [fork](https://github.com/amarakon/knitr) of knitr, I added support for the `xltabular` environment for the `kable` function. The `repeat_header` LaTeX option only works with xltabular if there is a caption. Otherwise,...
Setting `full_width = T` in the kable function is giving the following error message when knitting the document with `pdfTeX Version 3.141592653-2.6-1.40.22 (TeX Live 2021)` installed: ``` ! Dimension too...