View source: R/plotBoxModule.R
plotBoxUI | R Documentation |
Shiny module for a plot and the data in a tab box
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
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.