powered by
get a htmltools::div() from a flextable object. This can be used in a shiny application. For an output within "R Markdown" document, use knit_print.flextable.
htmltools::div()
htmltools_value( x, ft.align = NULL, ft.shadow = NULL, extra_dependencies = NULL )
an object marked as htmltools::HTML ready to be used within a call to shiny::renderUI for example.
shiny::renderUI
a flextable object
flextable alignment, supported values are 'left', 'center' and 'right'.
deprecated.
a list of HTML dependencies to add in the HTML output.
Other flextable print function: df_printer(), flextable_to_rmd(), gen_grob(), knit_print.flextable(), plot.flextable(), print.flextable(), save_as_docx(), save_as_html(), save_as_image(), save_as_pptx(), save_as_rtf(), to_html.flextable()
df_printer()
flextable_to_rmd()
gen_grob()
knit_print.flextable()
plot.flextable()
print.flextable()
save_as_docx()
save_as_html()
save_as_image()
save_as_pptx()
save_as_rtf()
to_html.flextable()
htmltools_value(flextable(iris[1:5, ]))
Run the code above in your browser using DataLab