combineWidgets-shiny {manipulateWidget} | R Documentation |
Shiny bindings for combineWidgets
Description
Output and render functions for using combineWidgets within Shiny applications and interactive Rmd documents.
Usage
combineWidgetsOutput(outputId, width = "100%", height = "400px")
renderCombineWidgets(expr, env = parent.frame(), quoted = FALSE)
Arguments
outputId |
output variable to read from |
width , height |
Must be a valid CSS unit (like |
expr |
An expression that generates a combineWidgets |
env |
The environment in which to evaluate |
quoted |
Is |
[Package manipulateWidget version 0.11.1 Index]