render_rtf(
x,
display_loc = NULL,
remove_unicode_ws = TRUE,
use_page_header = FALSE,
version_check = TRUE
)This function saves an rtf to a specified location
docorator object
path to save the output rtf to
Option to remove unicode white space from text.
If TRUE then all table headings will be migrated to the page header. See https://gt.rstudio.com/reference/tab_options.html#arg-page-header-use-tbl-headings
Boolean indicating whether to print a note if gt or ggplot versions dont match between the original docorator object and the one being used for rendering
gt::gtcars |>
dplyr::slice_head(n = 10) |>
dplyr::select(mfr, model, year, msrp) |>
gt::gt(groupname_col = "mfr",
row_group_as_column = TRUE) |>
as_docorator(
header = fancyhead(fancyrow("Header 1"), fancyrow("Header 2")),
display_name = "mytbl") |>
render_rtf()
Option remove_unicode_ws serves as a workaround for this
issue in gt