Get the RTF content from a gt_tbl object as as a single-element character
vector. This object can be used with writeLines() to generate a valid .rtf
file that can be opened by RTF readers.
as_rtf(data, page_numbering = c("none", "footer", "header"))
| data | A table object that is created using the |
|---|---|
| page_numbering | An option to include page numbering in the RTF
document. The page numbering text can either be in the document |
13-4
Other Export Functions:
as_latex(),
as_raw_html(),
extract_summary(),
gtsave()