downloadGGPlotButton: Download Plot Button (server)

View source: R/downloadGGPlot.R

downloadGGPlotButtonR Documentation

Download Plot Button (server)

Description

[Deprecated] Please use downloadGGPlotButtonServer() instead.

Processes and initiates the download of a ggplot object.

Usage

downloadGGPlotButton(
  input,
  output,
  session,
  ggplotObject,
  height = NULL,
  width = NULL
)

Arguments

input, output, session

Needed for Shiny

ggplotObject

Reactive expression containing the ggplot object to be outputted for download.

height, width

Height and width of the plot to be outputted

Value

Downloads the ggplot with the inputted filename


keithnewman/shinyDownload documentation built on March 13, 2024, 6:35 a.m.