Quantcast
Viewing all articles
Browse latest Browse all 106

Increase line/row spacing with kableExtra

Is there a way to increase the line spacing with kableExtra for a pdf output in r-markdown or bookdown?

library(knitr)library(kableExtra)kable(  head(iris, 5), caption = 'Iris Table',  booktabs = TRUE) %>%  kable_styling(latex_options = "striped")

Image may be NSFW.
Clik here to view.
enter image description here


Viewing all articles
Browse latest Browse all 106

Trending Articles