WrdPageBreak | R Documentation |
Insert a page break in a MS-Word (R) document at the position of the cursor.
WrdPageBreak(wrd = DescToolsOptions("lastWord"))
wrd |
the pointer to a word instance. Can be a new one, created by |
Andri Signorell <andri@signorell.net>
WrdFont
, WrdPlot
, GetNewWrd
, GetCurrWrd
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.