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