save_plot_list | R Documentation |
Converts variable value to numeric (where necessary)
save_plot_list(
plot_list = NULL,
outdir = NULL,
prefix = NULL,
suffix = NULL,
...
)
plot_list |
list of plots to save. |
outdir |
the name of the output directory (defaults to current directory). |
prefix |
a prefix to be added to the file name. |
suffix |
a suffix to be added to the file name (before file extension). |
... |
parameters for ggsave. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.