renderTable {shiny} | R Documentation |
Creates a reactive table that is suitable for assigning to an output
slot.
renderTable(expr, ..., env = parent.frame(), quoted = FALSE, func = NULL)
expr |
An expression that returns an R object that can be used with
|
... |
Arguments to be passed through to |
env |
The environment in which to evaluate |
quoted |
Is |
func |
A function that returns an R object that can be used with
|
The corresponding HTML output tag should be div
and have the CSS class
name shiny-html-output
.