mod_display_plot_server: Shiny module display and download plot server function

View source: R/mod_display_plot.R

mod_display_plot_serverR Documentation

Shiny module display and download plot server function

Description

This shiny module creates, displays and saves a plot of the filtered data on top of the upload data,

  • check validated filter data available and has permission to display plot.

  • check for presence of example invalid values for plot.

  • creates a plot of the filtered data on top of the upload data.

  • displays the plot of the filtered data on top of the upload data.

  • provides brush option displaying the selected data in a table.

  • adds a save button to save the plot.

  • provides inputSlider controls to change save parameters of the plot image in a modal dialog.

Usage

mod_display_plot_server(id, mod_values)

Details


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