atusy
Results
121
comments of
atusy
reproducible example without ftExtra ``` library(flextable) flextable(data.frame(x = 1)) |> compose( 1, 1, as_paragraph(chunk_dataframe( txt = "", img_data = file.path(R.home("doc"), "html", "logo.jpg") )) ) |> save_as_image('image.png') ```