
Embed a Shiny render/output pair in a nacre tag tree
Output.RdA generic wrapper that pairs a Shiny render function with its
corresponding output function. For common cases, use the convenience
wrappers PlotOutput(), TableOutput(), or DTOutput().
Usage
Output(render_fn, output_fn, expr, ..., env = parent.frame(), quoted = FALSE)