Skip to contents

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

Usage

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

Arguments

expr

An expression that returns a nacre tag tree.

env

The environment in which to evaluate expr.

quoted

If TRUE, expr is already a quoted expression.

Value

A shiny::renderUI() result.