kableextra Questions

1

I am using kable to make tables of my data in RMarkdown. You can supposedly adjust column width using the column_spec command, however this seems to adjust only the columns of the data, itself, but...
Bumboat asked 31/10, 2017 at 19:52

2

Solved

I have just learnt KableExtra and know to how to use conditionally formating the entire column using mutate() as explained in the doc using mutate such as: mutate( mpg = cell_spec(mpg, background...
Woodworker asked 3/6, 2018 at 11:8

2

Solved

The color of the strips are very lite on Kable on Pdf output. So is there a way to change the color on kable_styling(latex_options = "striped")?
Exposed asked 16/8, 2017 at 16:56

3

Solved

I have read the bookdown book and still cannot figure this out. I am trying to create a Word report through bookdown. I want to use kableExtra to add striping to my tables and also to bold my last ...
Nasion asked 7/12, 2017 at 21:43

1

Solved

I am trying to create borders around specific columns in R. I am able to do this using the kableExtra package (shown below) iris <- datasets::iris iris2 <- do.call(data.frame, aggregate(. ~...
Suspension asked 30/1, 2018 at 17:48

1

Solved

I am trying to create a table in an rmarkdown document and target HTML output, using the much appreciated and really awesome kable and kableExtra tools. The table needs to have cells with hyperlin...
Entremets asked 29/1, 2018 at 17:22

1

Solved

I'm making weighted tables of row proportions using the questionr package. I want to wrap the column names when they are too long. Because I'm making hundreds of tables, the solution needs to work ...
Essay asked 12/1, 2018 at 17:48

2

Solved

Hi i made this awesome table with kableExtra, but my only problem is that the height of the rows is not always equal. Does any one know a remedy for this? my table: for example, as you can see,...
Boiney asked 5/12, 2017 at 13:33

0

I'm using Rmarkdown to create a PDF containing tables and using kableExtra::collapse_rows. I'm getting an error upon knitting when my non-collapsed columns have repeated values. --- output: pdf_d...
Heliometer asked 29/11, 2017 at 22:28

1

Solved

When I use kableExtra for a PDF output, the table renders beautifully, BUT gives an error if there isn't another, non-kable extra table in the program. Has anyone else seen this behavior? the file ...
Pandybat asked 15/11, 2017 at 19:13

1

Solved

I'm creating an html document with R markdown which has some tables. In situations where one column of a table has character values, how can I ensure the column is wide enough to contain the entire...
Ernesternesta asked 11/10, 2017 at 13:23

© 2022 - 2024 — McMap. All rights reserved.