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
docx
addPageBreak
# NOT RUN { doc = docx( title = "title" ) doc <- addPageBreak(doc) # }
Run the code above in your browser using DataLab