profvisOutput {profvis} | R Documentation |
Widget output and renders functions for use in Shiny
Description
Widget output and renders functions for use in Shiny
Usage
profvisOutput(outputId, width = "100%", height = "600px")
renderProfvis(expr, env = parent.frame(), quoted = FALSE)
Arguments
outputId |
Output variable for profile visualization. |
width |
Width of the htmlwidget. |
height |
Height of the htmlwidget |
expr |
An expression that returns a profvis object. |
env |
The environment in which to evaluate |
quoted |
Is |
[Package profvis version 0.4.0 Index]