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 associatedepoxyHTML()
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()
whenrenderEpoxyHTML
is used in an interactive R Markdown document.