Closed shashi108 closed 7 years ago
when table is roll on multiple page,but title is not repeated in every page.
library(ReporteRs) ft_obj <- vanilla.table(iris) doc = docx( ) doc = addFlexTable( doc, flextable = ft_obj ) writeDoc( doc, file = "add_ft_ex.docx" )
when table is roll on multiple page,but title is not repeated in every page.