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?
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?