Generate HTML code of corresponding flextable as an HTML table or an HTML image.
Arguments
- x
a 'flextable' object, see flextable-package to learn how to create 'flextable' object.
- type
output type. one of "table" or "img".
- ...
unused
Value
If type='img', the result will be a string
containing HTML code of an image tag, otherwise, the
result will be a string containing HTML code of
a table tag.
See also
Other flextable print function:
df_printer(),
flextable_to_rmd(),
gen_grob(),
htmltools_value(),
knit_print.flextable(),
plot.flextable(),
print.flextable(),
save_as_docx(),
save_as_html(),
save_as_image(),
save_as_pptx(),
save_as_rtf(),
wrap_flextable()
