export_plot_server: Server Logic for Export Plot Functionality
Description
Sets up server-side functionality for exporting plots, including creating a modal dialog
for user input on export preferences (height, width, format) and processing the download.
Usage
export_plot_server(id, exported_plot)
Arguments
Value
No return value, this function is used for its side effects within a Shiny app.