powered by
save a flextable as an image and display the result in a new R graphics window.
# S3 method for flextable plot(x, zoom = 2, expand = 2, ...)
a flextable object
parameters used by webshot function.
webshot
additional parameters sent to plot function
Other flextable print function: as_raster(), docx_value(), htmltools_value(), knit_print.flextable(), print.flextable(), save_as_docx(), save_as_html(), save_as_image(), save_as_pptx()
as_raster()
docx_value()
htmltools_value()
knit_print.flextable()
print.flextable()
save_as_docx()
save_as_html()
save_as_image()
save_as_pptx()
# NOT RUN { ft <- flextable( head( mtcars ) ) ft <- autofit(ft) # } # NOT RUN { if( require("webshot") ){ plot(ft) } # }
Run the code above in your browser using DataLab