T_hss_export_formatted: Exports a formatted list of tables to .docx

View source: R/T_hss_export_formatted.R

T_hss_export_formattedR Documentation

Exports a formatted list of tables to .docx

Description

Exports the list of formatted tables created by T_hss_write_formatted() to a .docx file in the specified location. One thing to keep in mind: the duration of this process increase exponentially with the number of tables to write. Exporting around 200 tables could take up to 10 minutes.

Usage

T_hss_export_formatted(list, file = NULL)

Arguments

list

A list containing flextable objects

file

The file path to save to

Value

Outputs the selected flextable objects to a .docx file.


RenRMT/hsstools documentation built on April 14, 2025, 7:10 p.m.