renderReact {shiny.react} | R Documentation |
Renders HTML and/or 'React' in outputs created with reactOutput()
(analogously to
shiny::renderUI()
).
renderReact(expr, env = parent.frame(), quoted = FALSE)
expr |
Expression returning the HTML / 'React' to render. |
env |
Environment in which to evaluate expr. |
quoted |
Is |
A function which can be assigned to an output in a Shiny
server function.