
Embed a DT DataTable output in a nacre tag tree
DTOutput.RdShorthand for Output(DT::renderDT, DT::DTOutput, ...). Requires the
DT package.
Usage
DTOutput(expr, ..., env = parent.frame())Arguments
- expr
An expression that produces a DataTable.
- ...
Additional arguments passed to
DT::DTOutput().- env
The environment in which to evaluate
expr.