Learn R Programming

flextable (version 0.5.4)

htmltools_value: flextable a tag object from htmltools package

Description

get a div from a flextable object. This can be used in a shiny application.

Usage

htmltools_value(x)

Arguments

x

a flextable object

See Also

Other flextable print function: as_raster, format.flextable, knit_print.flextable, plot.flextable, print.flextable, save_as_html, save_as_image

Examples

Run this code
# NOT RUN {
htmltools_value(flextable(iris[1:5,]))
# }

Run the code above in your browser using DataLab