blob: 2048727e4f61d75de1bcfbb19f43dafec2d0c3f4 [file] [log] [blame]
Hao Zhucc21dc72017-05-20 01:15:25 -04001% 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{
7landscape(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{
16For very wide tables in PDF documents, sometimes it might be a
17good idea to have a single landscape page to house it. This function
18will rotate the PDF page for the applied table in LaTeX environment. It won't
19have any effects on HTML.
20}