profvisOutput | R Documentation |
Widget output and renders functions for use in Shiny
profvisOutput(outputId, width = "100%", height = "600px")
renderProfvis(expr, env = parent.frame(), quoted = FALSE)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.