Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认情况下, R包中的kable函数每五行添加一个空白行。knitr
kable
knitr
knitr::kable(mtcars, format = "latex", booktabs = TRUE)
我想知道是否有办法改变这个规范?