renderReact: Render 'React'
Description
Renders HTML and/or 'React' in outputs created with reactOutput() (analogously to
shiny::renderUI()).
Usage
renderReact(expr, env = parent.frame(), quoted = FALSE)
Value
A function which can be assigned to an output in a Shiny server function.
Arguments
- expr
Expression returning the HTML / 'React' to render.
- env
Environment in which to evaluate expr.
- quoted
Is expr a quoted expression?