View source: R/mod_display_plot.R
mod_display_plot_ui | R Documentation |
Shiny module to display and save a plot using plotOutput and downloadHandler controls and table from brush option using tableOutput control. Width and height of saved plot image can be altered using a sliderInput controls in a shiny modal form.
mod_display_plot_ui(id)
id |
Internal parameters for shiny. |
Progress and spinner bars
waiter(waiter: https://github.com/JohnCoene/waiter)
Plots
click = clickOpts(id = "plot_click", ...)
dblclick = dblClickOpts(id = "plot_dblclick", ...)
hover = hoverOpts(id = "plot_hover", ...)
brush = brushOpts(id = "plot_brush", ...)
Caching
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.