haozhu233 / kableExtra

Construct Complex Table with knitr::kable() + pipe.
https://haozhu233.github.io/kableExtra/
Other
688 stars 147 forks source link

Stop row_spec() from adding extra linebreaks. #816

Closed dmurdoch closed 7 months ago

dmurdoch commented 7 months ago

Fixes #815

Also replace preceding ifelse() with if() ... else ... to be more efficient.