Learn R Programming

lazyWeave (version 3.0.3)

lazy.landscape: Landscape Page Orientation

Description

Allows the user to turn on or off landscape page orientation

Usage

lazy.landscape(begin = TRUE)

Value

Returns a string that either begins or ends a landscape environment

Arguments

begin

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

Author

Benjamin Nutter

Details

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

Examples

Run this code
lazy.landscape()
lazy.landscape(begin=FALSE)

Run the code above in your browser using DataLab