kableExtra icon indicating copy to clipboard operation
kableExtra copied to clipboard

Construct Complex Table with knitr::kable() + pipe.

Results 172 kableExtra issues
Sort by recently updated
recently updated
newest added

I've posted my question on Stack but no-one has answered it yet. Please see if you would be interested in adding this feature. Thank you very much. https://stackoverflow.com/questions/69579428/a-hybrid-of-kableextras-pack-rows-and-add-header-above

enhancement

Fix for #578? This commit makes the HTML table `save_kable_html()` function mirror this: https://github.com/haozhu233/kableExtra/blob/4c93f1afc26efcd04fa729cb4a522d5f262bb6bd/R/print.R#L12-L15 Otherwise, MathJax is not included in the HTML file (which affects the image outputs).

I am attempting to save a kable html table with Latex symbols in the column names. This prints well in the Rmd, but when piped into save_kable() I lose the...

**Describe the bug** `pack_rows` is adding the header row in the wrong location when one cell has long text, resulting in the following error. ``` ! Misplaced \omit. \multispan ->\omit...

**Describe the bug** Hi, when using kable_styling(font_size = 12), the table is moved from its position. **To Reproduce** ## With the problem --- title: "Document" date: "Today" output: pdf_document: extra_dependencies:...

This is a new version of previous issues #433 , #161 , #145 . The problem reappeared when I used `column_spec()`. Was fine without. ``` toydata % kable(align="lc", caption="Test", escape=FALSE,...

Hello, tx for great package. I can't see any documentation how to apply formattable styling such as colorbar to rows or areas? Presumably I need to somehow wrap the area()...

hi, Great job for the community, amazing kableExtra I have not found a way to solve this problem, if it is a configuration problem, I sincerely apologize. **Describe the bug**...

**Describe the bug** The `kable_styling(font_size = ...)` setting forces the caption size to `font-size: initial !important;`, which is unlikely to be correct. Should it be `inherited` or `inherited !important` instead?...

Admittedly a corner case, but specifying a column width with `column_spec()` errors for headerless tables with a single row in LaTeX format. Minimal reproducible example below. ``` r library(kableExtra) dat...