landscape {kableExtra} | R Documentation |
This function will put the table on an single landscape page. It's useful for wide tables that cann't be printed on a portrait page.
landscape(kable_input, margin = NULL)
kable_input |
Output of |
margin |
Customizable page margin for special needs. Values can be "1cm", "1in" or similar. |
## Not run: landscape(knitr::kable(head(mtcars), "latex")) ## End(Not run)