wdPageBreak {R2wd} | R Documentation |
Insert a page break.
wdPageBreak(wdapp = .R2wd)
wdapp |
the handle to Word Application (usually not needed). |
## 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)