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, htmltools_value, knit_print.flextable, plot.flextable, print.flextable, save_as_html, save_as_image
as_raster
htmltools_value
knit_print.flextable
plot.flextable
print.flextable
save_as_html
save_as_image
# NOT RUN { ft <- flextable(head(iris, n = 2)) format(ft, type = "html") # }
Run the code above in your browser using DataLab