View source: R/landscape_after.R
landscape_after | R Documentation |
kableExtra
packageThis function will put the table on an single landscape page after the next page break. It's useful for wide tables that can't be printed on a portrait page.
landscape_after(kable_input, margin = NULL, clearpage = FALSE)
kable_input |
Output of |
margin |
Customizable page margin for special needs. Values can be "1cm", "1in" or similar. |
clearpage |
If |
## Not run:
landscape_after(knitr::kable(head(mtcars), "latex"), clearpage = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.