Skip to contents

Server logic for piePlot module

Usage

piePlotServer(id, data, hide.inputs = NULL, hide.tabs = NULL)

Arguments

id

The ID for the Shiny module.

data

A reactive containing the data frame to plot. Provide a summarized table with columns for labels and aggregated values.

hide.inputs

A character vector of input IDs to hide. These will still be initialized and their values passed to the plot function, but the user will not be able to see/adjust them in the UI.

hide.tabs

A character vector of tab names to hide. Inputs in these tabs will still be initialized and their values passed to the plot function, but the user will not be able to see/adjust them in the UI.

Value

The moduleServer function for the piePlot module.

Author

Jacob Martin, Jared Andrews