Learn R Programming

R2wd (version 1.4)

wdPageBreak: Insert a page break.

Description

Insert a page break.

Usage

wdPageBreak(wdapp = .R2wd)

Arguments

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

Value

    Examples

    Run this code
    wdGet()
    wdTitle("R2wd: Writing Word Documents from R")
    wdBody("R2wd permits writing ...")
    wdPageBreak(continuous=FALSE)
    wdBody("It goes on on the next page")

    Run the code above in your browser using DataLab