View source: R/flextable-convertSummaryStatisticsTableToFlextable.R
exportFlextableToDocx | R Documentation |
Export flextable to docx file
exportFlextableToDocx(
object,
file,
landscape = FALSE,
breaksAfter = if (!inherits(object, "flextable")) seq_along(object) else 1
)
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 |
no returned value, the object
is exported to a docx file.
Laure Cougnaud
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.