mod_display_plot_ui: Shiny module display and download plot UI Function

View source: R/mod_display_plot.R

mod_display_plot_uiR Documentation

Shiny module display and download plot UI Function

Description

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.

Usage

mod_display_plot_ui(id)

Arguments

id

Internal parameters for shiny.

Details

Progress and spinner bars

Plots

  • plot input

    • click = clickOpts(id = "plot_click", ...)

    • dblclick = dblClickOpts(id = "plot_dblclick", ...)

    • hover = hoverOpts(id = "plot_hover", ...)

    • brush = brushOpts(id = "plot_brush", ...)

Caching


gcfrench/shinystore documentation built on July 6, 2022, 4:13 p.m.