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

Dear Mr/Ms I find & cannot be used in link in column_spec(), which will be used for two or more key words in URL. Example kableExtra::kbl(mtcars,) |> kableExtra::kable_paper("striped") |> kableExtra::column_spec(2,link...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Think about using `reprex` to generate an example in R. ``` # code to reproduce...

**Description** `collapse_rows()` and `kable_styling()` seem to function well for HTML output. but when they're used for LaTeX/PDF generation, you can quickly run into broken tables. i've noticed that it's next...

I guess this may be a feature request if not possible already: I want to write a kableExtra object to stdout, as part of an API. I see that I...

Thanks again for this essential package! (kableExtra v 1.3.4) I am using ```pack_rows()``` to add row groupings to my table. Internally, it calls ```group_rows_latex()```. At line 73 (in my case,...

An additional parameter (`extra_latex_before`) is added to add extra latex code before rows (similar to `extra_latex_after`). It can be useful if we want for instance to stripe color manually #701

Hi everybody, I would like to report a problem that I detected with manual striping. The main problem is that I'm not able to get striping for the following row...

I'm trying to implement `collapse_rows` example from docs. It fails to give me correct output. ``` collapse_rows_dt % kable_paper(full_width = F) %>% column_spec(1, bold = T) %>% collapse_rows(columns = 1:2,...

Currently when adding headers to a `kable` object via `add_header_above()` if wanting to italicise/align certain headers differently this seems to be possible via a vector of arguments, e.g.: ```r some_kable...

enhancement

**Describe the bug** When I use kableExtra to print a subset of a tibble as a side-by-side table, I get the error message: Error in UseMethod("nodeset_apply") : no applicable method...