Skip to contents

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 expr a quoted expression?

Value

A function which can be assigned to an output in a Shiny server function.

See also