flipdownWidgets-shiny {flipdownWidgets} | R Documentation |
Shiny bindings for flipdownWidgets
Description
Output and render functions for using flipdownWidgets within Shiny applications and interactive Rmd documents.
Usage
flipdownWidgetsOutput(outputId, width = "100%", height = "400px")
renderFlipdownWidgets(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 flipdownWidgets |
env |
The environment in which to evaluate |
quoted |
Is |
Value
flipdownWidgetsOutput
returns a flipdownWidgets output element that can be included in user interface.
And renderFlipdownWidgets
returns a function which will generate data for render.
[Package flipdownWidgets version 0.1.0 Index]