wdPageBreak: Insert a page break.

Description Usage Arguments Examples

Description

Insert a page break.

Usage

1
wdPageBreak(wdapp = .R2wd)

Arguments

wdapp

the handle to Word Application (usually not needed).

Examples

1
2
3
4
5
6
7
8
## 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)

R2wd documentation built on May 2, 2019, 8:54 a.m.