Skip to contents

A render function for use with iridOutput(). Evaluates expr to produce a irid tag tree, processes it, and mounts reactive bindings and event handlers after the UI is flushed.

Usage

renderIrid(expr, env = parent.frame(), quoted = FALSE)

Arguments

expr

An expression that returns a irid tag tree.

env

The environment in which to evaluate expr.

quoted

If TRUE, expr is already a quoted expression.

Value

A shiny::renderUI() result.