Renders HTML and/or 'React' in outputs created with reactOutput() (analogously to
shiny::renderUI()).
Usage
renderReact(expr, env = parent.frame(), quoted = FALSE)Arguments
- expr
Expression returning the HTML / 'React' to render.
- env
Environment in which to evaluate expr.
- quoted
Is
expra quoted expression?