write_plot | R Documentation |
Takes a ggplot2
object and writes it to disk via ggplot2::ggsave
using the
variable name as the filename.
write_plot(variable, format = "png", output_dir = dir_plots(), ...)
variable |
A tibble or dataframe object. |
format |
The desired format for the plot, be it 'png', 'pdf', etc. Accepts formats
you'd pass to |
output_dir |
The directory to save the plot out to. |
... |
Other settings to pass to ggsave, such as format, width, height or dpi. |
No return value, called for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.