Add a page break into a document object

addPageBreak(doc, ...)

# S3 method for docx
addPageBreak(doc, ...)

Arguments

doc

document object

...

further arguments passed to other methods

Value

a document object

Details

addPageBreak only works with docx documents.

See addPageBreak.docx for examples.

See also

docx

Examples

doc = docx( title = "title" ) doc = addPageBreak( doc )