powered by
Encode flextable in a document format, html, docx, pptx.
html
docx
pptx
This function is exported so that users can create their own custom component.
# S3 method for flextable format(x, type, ...)
flextable object
one of pptx, docx or html.
unused
Other flextable print function: as_raster(), docx_value(), htmltools_value(), knit_print.flextable(), plot.flextable(), print.flextable(), save_as_docx(), save_as_html(), save_as_image(), save_as_pptx()
as_raster()
docx_value()
htmltools_value()
knit_print.flextable()
plot.flextable()
print.flextable()
save_as_docx()
save_as_html()
save_as_image()
save_as_pptx()
# NOT RUN { ft <- flextable(head(iris, n = 2)) format(ft, type = "html") # }
Run the code above in your browser using DataLab