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

CODE: **How I expected the table to look like:** **How it actually looked like:** ![Captura de pantalla 2021-05-10 a las 13 53 59](https://user-images.githubusercontent.com/38728310/117655669-ab79db00-b197-11eb-8acc-a08a75421762.png) **Code:** `library(kableExtra) library(mailR) example % kable_styling(bootstrap_options =...

Hi, I'm using kableExtra in R Markdown to create tables in PDFs. It seems as if kableExtra is having issues with single row tibbles / data frames. (Yes, one row...

My apologies. I hope I am getting this right, and I hope I didn't just miss that it has already been reported. **Describe the bug** When I use both `booktab=TRUE`...

Hello, Thanks for a neat package to manipulate tables. I am wondering if you could add the above-mentioned request to the next version. Some journals require the interaction term to...

## Problem: When collapsing rows in an R version less than 3.4, the `collapse_row()` function fails. THe min R version of kableExtra needs to be updated, or subsetting updated in...

Hi team, I have set my global PDF spacing to double by using the below code in my RMarkdown file. ``` header-includes: \usepackage{setspace} \doublespacing ``` But this global set the...

Hello, I have installed the kableExtra package, but it fails to load afterwards: ``` > install.packages("kableExtra") versuche URL 'https://cran.rstudio.com/bin/macosx/el-capitan/contrib/3.6/kableExtra_1.3.4.tgz' Content type 'application/x-gzip' length 1844129 bytes (1.8 MB) ================================================== downloaded 1.8...

![kable spelling](https://user-images.githubusercontent.com/31033014/113542867-876f2b00-9628-11eb-9f83-5c907ee5d5ca.PNG)

It seems to me that the align and italic options of cell_spec do not function properly: ``` mtcars[1:5, 1:4] %>% mutate( car = row.names(.), hp = cell_spec(hp,background = "red", color...

**Describe the bug** When I specify `latex_options` from the `kableExtra` package in my R Markdown notebook, my inline latex code does not show after I run all code chunks. I've...