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