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_rtf() writes one or more flextable objects to an RTF (Rich Text Format) file.
Function signature
Parameters
One or more
flextable objects, optionally named. Named objects use the name as a title before the table.A list of
flextable objects (optionally named). If supplied, ... is ignored.Path to the
.rtf file to create.An
officer::prop_section object defining page layout properties such as orientation, page size, margins, and optional document headers and footers.Return value
A string containing the full path of the generated file.Examples
Save a single table:See also
save_as_docx()save_as_html()save_as_pptx()save_as_image()paginate()— control row pagination