These are a set of functions designed to help render equations in shiny applications (see the vignette about Shiny).
renderEq(expr, env = parent.frame(), quoted = FALSE, outputArgs = list())
eqOutput(outputId)
An R expression, specifically a call to extract_eq()
The environment
Is the expresion quoted?
list of output arguments
The identifier of the output from the server. Should be passed as a string.
Render the equation in a suitable way for Shiny for renderEq()
in
an eqOutput()
equation output element that can be included in a panel.
renderEq()
: Rendering function
eqOutput()
: Output function