Last chance! 50% off unlimited learning
Sale ends in
Insert a page break into a "docx"
object.
# 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"
.
# NOT RUN {
#START_TAG_TEST
doc = docx( title = "title" )
doc = addPageBreak( doc )
#STOP_TAG_TEST
# }
Run the code above in your browser using DataLab