View source: R/mu_ggplots2_ext.R
ggtemp | R Documentation |
Wrapper for quickly saving plot to temporary file
ggtemp(
plot = last_plot(),
fn = paste0("~/tmp_work/", getHashString("ggplot"), ".pdf"),
...
)
plot |
see |
fn |
file name |
... |
see |
result of ggsave
command
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.