View source: R/module_plotsaver.R
plotsaverServer | R Documentation |
Server components for the plot saver module.
plotsaverServer(id, grob, filename = "grob.png")
id |
An ID string that corresponds with the ID used to call the module's UI function. |
grob |
a ggplot2 plot |
filename |
filename for saving plot. The extension will be respected by ggsave. |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.