powered by
get a div from a flextable object. This can be used in a shiny application.
div
htmltools_value(x, class = "tabwid")
a flextable object
css classes (default to "tabwid"), accepted values are "tabwid", "tabwid tabwid_left", "tabwid tabwid_right".
Other flextable print function: as_raster(), docx_value(), format.flextable(), knit_print.flextable(), plot.flextable(), print.flextable(), save_as_docx(), save_as_html(), save_as_image(), save_as_pptx()
as_raster()
docx_value()
format.flextable()
knit_print.flextable()
plot.flextable()
print.flextable()
save_as_docx()
save_as_html()
save_as_image()
save_as_pptx()
# NOT RUN { htmltools_value(flextable(iris[1:5,])) # }
Run the code above in your browser using DataLab