Render annolite htmlwidget in shiny apps.
1 2 3 | annoliteOutput(outputId, width = "100%", height = "100%")
renderAnnolite(expr, env = parent.frame(), quoted = FALSE)
|
outputId |
Output variable to read the value from. |
width |
The width of the widget. |
height |
The height of the widget. |
expr |
An expression (...). |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.