python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is there a way to for kableExtra to use use the entire RStudio window?
I have a simple regression table with many columns in RStudio. I am using modelsummary to construct it, which yields a table to be constructed by kable.
But in my case the table is not using the full ...

Raul Guarini Riva
Votes: 0
Answers: 0
Kable output in RStudio contains raw unformatted html
I'm experimenting with kable in RStudio. My color formatting instructions are being output as raw html rather than formatted:
Example:
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
...

Ian
Votes: 0
Answers: 1
Plot and table in one figure in R markdown for HTML output
I'm working in Rbookdown and I want to place a plot and a table in one figure, how can I achieve that? Below is the code i used so far. Can you help?
```{r echo=FALSE, message=FALSE, warning=FALSE, f...

Benjamin Telkamp
Votes: 0
Answers: 1
Whats the equivalent of data_color from gt package in kable?
I am trying to do this table in kable package:
To do this, I am using data_color function from gt package.
I would like to know if there is any option to do the same in kable package.
My code:
tbl_ip...

Alexandre Sanches
Votes: 0
Answers: 0