renderEq | R Documentation |
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)
expr |
An R expression, specifically a call to |
env |
The environment |
quoted |
Is the expresion quoted? |
outputArgs |
list of output arguments |
outputId |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.