powered by
get openxml raw code for Word from a flextable object.
docx_value( x, ft.align = opts_current$get("ft.align"), ft.split = opts_current$get("ft.split"), bookdown = FALSE )
a flextable object
flextable alignment, supported values are 'left', 'center' and 'right'.
Word option 'Allow row to break across pages' can be activated when TRUE.
TRUE or FALSE (default) to support cross referencing with bookdown.
TRUE
FALSE
# NOT RUN { docx_value(flextable(iris[1:5,])) # }
Run the code above in your browser using DataLab