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 as_raster() function
as_raster()
Other flextable print function: as_raster(), df_printer(), flextable_to_rmd(), htmltools_value(), knit_print.flextable(), print.flextable(), save_as_docx(), save_as_html(), save_as_image(), save_as_pptx()
df_printer()
flextable_to_rmd()
htmltools_value()
knit_print.flextable()
print.flextable()
save_as_docx()
save_as_html()
save_as_image()
save_as_pptx()
ftab <- flextable( head( mtcars ) ) ftab <- autofit(ftab) if (FALSE) { if( require("webshot") ){ plot(ftab) } }
Run the code above in your browser using DataLab