Skip to contents

A 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, fn, ...)

Arguments

render_fn

A Shiny render function (e.g. renderPlot).

output_fn

A Shiny output function (e.g. plotOutput).

fn

A function passed to render_fn.

...

Additional arguments passed to output_fn.

Value

A irid output node.