powered by
Add a page break into a document object
addPageBreak(doc, ...)# S3 method for docx addPageBreak(doc, ...)
# S3 method for docx addPageBreak(doc, ...)
document object
further arguments passed to other methods
a document object
addPageBreak only works with docx documents.
addPageBreak
See addPageBreak.docx for examples.
addPageBreak.docx
docx
# NOT RUN { doc = docx( title = "title" ) doc = addPageBreak( doc ) # }
Run the code above in your browser using DataLab