Learn R Programming

romic (version 1.1.3)

plotsaverServer: Plot Saver Server

Description

Server components for the plot saver module.

Usage

plotsaverServer(id, grob, filename = "grob.png")

Value

None

Arguments

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.