Rdocumentation
powered by
Learn R Programming
ShinyDash (version 0.0.1)
renderGauge: Gauge Output
Description
Makes a reactive version of the given expression and sends the data to the gauge.
Usage
renderGauge(expr, env = parent.frame(), quoted = FALSE)
Arguments
expr
An expression that returns an R object that can be used as an argument to
cat
.
env
The environment in which to evaluate
expr
.
quoted
Is
expr
a quoted expression (with
quote()
)? This is useful if you want to save an expression in a variable.