powered by
Insert a page break into the RTF document optionally specifying new page settings.
# S3 method for RTF addPageBreak(this, width=8.5, height=11, omi=c(1, 1, 1, 1), ...)
An RTF object.
New page width in inches. optional.
New page height in inches. optional.
A vector of page margins (botton, left, top, right) optional.
vector
Not used.
For more information see RTF.
RTF
# NOT RUN { rtf<-RTF("test_addPageBreak.doc",width=8.5,height=11,font.size=10,omi=c(1,1,1,1)) addPageBreak(rtf,width=11,height=8.5,omi=c(0.5,0.5,0.5,0.5)) done(rtf) # }
Run the code above in your browser using DataLab