Widget output and renders functions for use in Shiny
profvisOutput(outputId, width = "100%", height = "600px")renderProfvis(expr, env = parent.frame(), quoted = FALSE)
Output variable for profile visualization.
Width of the htmlwidget.
Height of the htmlwidget
An expression that returns a profvis object.
The environment in which to evaluate expr
.
Is expr
a quoted expression (with quote()
)?