flextable (version 0.5.5)

docx_value: flextable docx string

Description

get openxml raw code for Word from a flextable object.

Usage

docx_value(x, print = TRUE)

Arguments

x

a flextable object

print

print output if TRUE

See Also

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

Examples

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

Run the code above in your browser using DataLab