Skip to contents

Server-side render function used to provide values for template items. Use named values matching the template variable names in the associated epoxyHTML().

Usage

renderEpoxyHTML(..., .list = NULL, env = parent.frame(), outputArgs = list())

Arguments

...

Named values corresponding to the template variables created with the associated epoxyHTML() UI element.

.list

A named list or a shiny::reactiveValues() list with names corresponding to the template variables created with the associated epoxyHTML() UI element.

env

The environment in which to evaluate the ...

outputArgs

A list of arguments to be passed through to the implicit call to epoxyHTML() when renderEpoxyHTML is used in an interactive R Markdown document.

See also

epoxyHTML