[Experimental]

renderEq(expr, env = parent.frame(), quoted = FALSE, outputArgs = list())

eqOutput(outputId)

Arguments

expr

An R expression, specifically a call to extract_eq()

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.

Details

These are a set of functions designed to help render equations in shiny applications. For a complete example see

Functions

  • renderEq: Rendering function

  • eqOutput: Output function