plotBox: Shiny module for a plot and the data in a tab box

View source: R/plotBoxModule.R

plotBoxUIR Documentation

Shiny module for a plot and the data in a tab box

Description

Shiny module for a plot and the data in a tab box

Usage

plotBoxUI(id, title = "", ...)

plotBox(
  input,
  output,
  session,
  data = reactive(NULL),
  plot_function = function(data) NULL,
  table_function = function(data) data,
  digits = 0,
  align = "l",
  striped = TRUE
)

moturoa/shintoui documentation built on Nov. 21, 2023, 6:58 p.m.