Last data update: 2014.03.03

R: Landscape Page Orientation
lazy.landscapeR Documentation

Landscape Page Orientation

Description

Allows the user to turn on or off landscape page orientation

Usage

lazy.landscape(begin = TRUE)

Arguments

begin

If TRUE, begins the landscape environment. Otherwise, the environment is closed

Details

This function has no effect on HTML or markdown files. The page orientation is determined by the browser

Value

Returns a string that either begins or ends a landscape environment

Author(s)

Benjamin Nutter

Examples

lazy.landscape()
lazy.landscape(begin=FALSE)

Results