WrdPageBreak {DescTools} | R Documentation |
Insert a Page Break
Description
Insert a page break in a MS-Word (R) document at the position of the cursor.
Usage
WrdPageBreak(wrd = DescToolsOptions("lastWord"))
Arguments
wrd |
the pointer to a word instance. Can be a new one, created by |
Author(s)
Andri Signorell <andri@signorell.net>
See Also
WrdFont
, WrdPlot
, GetNewWrd
, GetCurrWrd
Examples
## Not run: # Windows-specific example
wrd <- GetNewWrd()
WrdText("This is text on page 1.\n\n")
WrdPageBreak()
WrdText("This is text on another page.\n\n")
## End(Not run)
[Package DescTools version 0.99.55 Index]