Hao Zhu | cc21dc7 | 2017-05-20 01:15:25 -0400 | [diff] [blame^] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/landscape.R |
| 3 | \name{landscape} |
| 4 | \alias{landscape} |
| 5 | \title{Print the table on an isolated landscape page in PDF} |
| 6 | \usage{ |
| 7 | landscape(kable_input, margin = NULL) |
| 8 | } |
| 9 | \arguments{ |
| 10 | \item{kable_input}{Output of `knitr::kable()` with `format` specified} |
| 11 | |
| 12 | \item{margin}{Customizable page margin for special needs. Values can be |
| 13 | "1cm", "1in" or similar.} |
| 14 | } |
| 15 | \description{ |
| 16 | For very wide tables in PDF documents, sometimes it might be a |
| 17 | good idea to have a single landscape page to house it. This function |
| 18 | will rotate the PDF page for the applied table in LaTeX environment. It won't |
| 19 | have any effects on HTML. |
| 20 | } |