powered by
Insert a page break into a docx object.
docx
# S3 method for docx addPageBreak(doc, ...)
Object of class docx where page break has to be added
further arguments, not used.
an object of class docx.
docx, addPageBreak
addPageBreak
# NOT RUN { #START_TAG_TEST doc = docx( title = "title" ) doc = addPageBreak( doc ) #STOP_TAG_TEST # }
Run the code above in your browser using DataLab