wdPageBreak {R2wd}R Documentation

Insert a page break.

Description

Insert a page break.

Usage

wdPageBreak(wdapp = .R2wd)

Arguments

wdapp the handle to Word Application (usually not needed).

Examples

## Not run: 
wdGet()
wdTitle("R2wd: Writing Word Documents from R")
wdBody("R2wd permits writing ...")
wdPageBreak(continuous=FALSE)
wdBody("It goes on on the next page")
## End(Not run)

[Package R2wd version 1.1 Index]