addPageBreak
From ReporteRs v0.8.10
by David Gohel
Add a page break into a document object
Add a page break into a document object
Usage
addPageBreak(doc, ...)# S3 method for docx
addPageBreak(doc, ...)
Arguments
- doc
document object
- ...
further arguments passed to other methods
Details
addPageBreak
only works with docx documents.
See addPageBreak.docx
for examples.
Value
a document object
See Also
Examples
# NOT RUN {
doc = docx( title = "title" )
doc = addPageBreak( doc )
# }
Community examples
Looks like there are no examples yet.