export_plot_server {glossa}R Documentation

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)

Value

No return value, this function is used for its side effects within a Shiny app.


[Package glossa version 1.2.2 Index]