exportFlextableToDocx {inTextSummaryTable} | R Documentation |
Export flextable to docx file
Description
Export flextable to docx file
Usage
exportFlextableToDocx(
object,
file,
landscape = FALSE,
breaksAfter = if (!inherits(object, "flextable")) seq_along(object) else 1
)
Arguments
object |
|
file |
String with path of the file where the table should be exported.
The file should have the extension: '.html'.
If NULL, the summary table is not exported but only returned as output.
If |
landscape |
(flextable output) Logical, if TRUE the file is in landscape format. |
breaksAfter |
In case |
Value
no returned value, the object
is exported to a docx file.
Author(s)
Laure Cougnaud
[Package inTextSummaryTable version 3.3.3 Index]