ReporteRs (version 0.8.1)

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

Description

Insert a page break into a docx object.

Usage

# S3 method for 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
# NOT RUN {
#START_TAG_TEST
doc = docx( title = "title" )
doc = addPageBreak( doc )
#STOP_TAG_TEST
# }

Run the code above in your browser using DataCamp Workspace