Documentation Index
Fetch the complete documentation index at: https://mintlify.com/davidgohel/flextable/llms.txt
Use this file to discover all available pages before exploring further.
save_as_html() saves one or more flextable objects to a self-contained HTML file. This is useful for sharing or previewing tables outside of R Markdown. R Markdown is recommended for production documents.
Function signature
Parameters
One or more
flextable objects, optionally named. Named objects use the name as a title above the table.A list of
flextable objects (optionally named). If supplied, ... is ignored.Path to the
.html file to create.Language of the HTML document, specified as an IETF language tag (e.g.,
"en", "fr", "de").HTML page title shown in the browser tab.