powered by
get a div() from a flextable object. This can be used in a shiny application. For an output within "R Markdown" document, use knit_print.flextable.
div()
htmltools_value(x, ft.align = "center", ft.shadow = TRUE, ft.htmlscroll = TRUE)
an object marked as 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'.
use shadow dom, this option is existing to disable shadow dom (set to FALSE) for pagedown that can not support it for now.
FALSE
add a scroll if table is too big to fit into its HTML container, default to TRUE.
Other flextable print function: as_raster(), df_printer(), flextable_to_rmd(), knit_print.flextable(), plot.flextable(), print.flextable(), save_as_docx(), save_as_html(), save_as_image(), save_as_pptx()
as_raster()
df_printer()
flextable_to_rmd()
knit_print.flextable()
plot.flextable()
print.flextable()
save_as_docx()
save_as_html()
save_as_image()
save_as_pptx()
htmltools_value(flextable(iris[1:5,]))
Run the code above in your browser using DataLab