flextable (version 0.9.5)

print.flextable: flextable printing

Description

print a flextable object to format html, docx, pptx or as text (not for display but for informative purpose). This function is to be used in an interactive context.

Usage

# S3 method for flextable
print(x, preview = "html", align = "center", ...)

Arguments

x

flextable object

preview

preview type, one of c("html", "pptx", "docx", "rtf", "pdf, "log"). When "log" is used, a description of the flextable is printed.

align

left, center (default) or right. Only for docx/html/pdf.

...

arguments for 'pdf_document' call when preview is "pdf".

See Also

Other flextable print function: as_raster(), df_printer(), flextable_to_rmd(), gen_grob(), htmltools_value(), knit_print.flextable(), plot.flextable(), save_as_docx(), save_as_html(), save_as_image(), save_as_pptx(), save_as_rtf(), to_html.flextable()