This function is in the process of being deprecated (use orca instead).
export(p = last_plot(), file = "plotly.png", selenium = NULL, ...)
a plotly or ggplot object.
a filename. The file type is inferred from the file extension. Valid extensions include 'jpeg' | 'png' | 'webp' | 'svg' | 'pdf'
used only when p
is a WebGL plot or the output
format is 'webp' or 'svg'. Should be an object of class "rsClientServer"
returned by RSelenium::rsDriver
.
if p
is non-WebGL and the output file format is
jpeg/png/pdf arguments are passed along to webshot::webshot()
.
Otherwise, they are ignored.
Carson Sievert
For SVG plots, a screenshot is taken via webshot::webshot()
.
Since phantomjs
(and hence webshot
) does not support WebGL,
the RSelenium package is used for exporting WebGL plots.