flextable (version 0.5.1)

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", ...)

Arguments

x

flextable object

preview

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

...

unused argument