Function used to render flextable in knitr/rmarkdown documents. HTML and Word outputs are supported.
Function htmltools_value
return an HTML version of the flextable,
this function is to be used within Shiny applications with renderUI()
.
htmltools_value(x)# S3 method for flextable
knit_print(x, ...)
a flextable
object
further arguments, not used.