
Render nacre content inside a Shiny app
renderNacre.RdA 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)Value
A shiny::renderUI() result.