plot a flextable
save a flextable as an image and display the result in a new R graphics window.
## S3 method for class 'flextable' plot(x, zoom = 2, expand = 2, ...)
x |
a flextable object |
zoom, expand |
parameters used by |
... |
additional parameters sent to |
This function requires packages: webshot and magick.
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()
ftab <- flextable( head( mtcars ) ) ftab <- autofit(ftab) ## Not run: if( require("webshot") ){ plot(ftab) } ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.