
Embed a table output in a nacre tag tree
TableOutput.RdShorthand for Output(renderTable, tableOutput, ...).
Usage
TableOutput(expr, ..., env = parent.frame())Arguments
- expr
An expression that produces a table.
- ...
Additional arguments passed to
shiny::tableOutput().- env
The environment in which to evaluate
expr.