Rdocumentation
powered by
Learn R Programming
rVega (version 0.1)
renderVega: renderVega (use with Shiny)
Description
...
Usage
renderVega(expr, env = parent.frame(), quoted = FALSE)
Arguments
expr
An expression that returns a chart object
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.