0

The kable function from knitr R package add blank row after every five rows by default.

knitr::kable(mtcars, format = "latex", booktabs = TRUE)

I wonder if there is a way to change this specification?

halfer
  • 19,824
  • 17
  • 99
  • 186
MYaseen208
  • 22,666
  • 37
  • 165
  • 309
  • I'm not seeing this default behavior. When I run this line I do not get a table with blank lines. Could you provide example output? – capt-calculator Sep 23 '17 at 21:13
  • Possible duplicate of [Get rid of \addlinespace in kable](https://stackoverflow.com/questions/45409750/get-rid-of-addlinespace-in-kable) – Hao Sep 24 '17 at 06:59

0 Answers0