ReporteRs (version 0.7.7)

addPageBreak.docx: Insert a page break into a docx object

Description

Insert a page break into a docx object.

Usage

## S3 method for class 'docx':
addPageBreak(doc, ...)

Arguments

doc
Object of class docx where page break has to be added
...
further arguments, not used.

Value

  • an object of class docx.

See Also

docx, addPageBreak

Examples

Run this code
doc = docx( title = "title" )
doc = addPageBreak( doc )

Run the code above in your browser using DataCamp Workspace