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