Skip to contents

Shorthand 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.

Value

A nacre output node.