Output and render functions for using trelliscope within Shiny applications and interactive Rmd documents.
Usage
trelliscopeOutput(outputId, ...)
renderTrelliscope(expr, env = parent.frame(), quoted = FALSE)
Arguments
- outputId
output variable to read from
- ...
Argumentsed passed on to
shiny::htmlOutput()
is useful if you want to save an expression in a variable.- expr
An expression that generates a trelliscope
- env
The environment in which to evaluate
expr
.- quoted
Is
expr
a quoted expression (withquote()
)? This