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, format.flextable, htmltools_value, knit_print.flextable, print.flextable, save_as_html, save_as_image
as_raster
format.flextable
htmltools_value
knit_print.flextable
print.flextable
save_as_html
save_as_image
# 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