rtables.officer 0.1.0
- Added option to start new pages when exporting different paginated tables to
.docx
. It is possible to put tables on separate pages by doingexport_as_docx(add_page_break = TRUE)
. - Added exporter functions for
rlistings
objects. - Added separator lines and padding when present in the
rlistings
orrtables
objects. - Fixed bugs impeding pagination of lists of
rlistings
orrtables
objects. - Changed handler for footnotes printout from
footers_as_text
tointegrate_footers
. The behavior now is directly aligned withtitles_as_header
. - Improved pagination documentation related to footnotes and titles.
rtables.officer 0.0.2
CRAN release: 2025-01-17
- Experimental pagination is now possible in
tt_as_flextable()
andexport_as_docx()
. - Added handling of widths in
tt_as_flextable()
. Now it is possible to change column widths for.docx
exports. - First version of
rtables.officer
, split from thertables
package.