davidgohel / ReporteRs

Note that ReporteRs has been removed from CRAN the 16th of July 2018 and is not maintained anymore. please migrate to officer.
245 stars 44 forks source link

Title is not repeated #180

Closed shashi108 closed 7 years ago

shashi108 commented 7 years ago

when table is roll on multiple page,but title is not repeated in every page.

davidgohel commented 7 years ago
library(ReporteRs)
ft_obj <- vanilla.table(iris)
doc = docx( )
doc = addFlexTable( doc, flextable = ft_obj )
writeDoc( doc, file = "add_ft_ex.docx" )
capture d ecran 2017-03-16 a 11 13 04