picker-shiny {picker} | R Documentation |
Shiny bindings for picker
Description
Output and render functions for using picker within Shiny applications and interactive Rmd documents.
Usage
pickerOutput(outputId, width = "100%", height = "400px")
renderPicker(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 picker |
env |
The environment in which to evaluate |
quoted |
Is |
Value
An output or render function that enables the use of the widget within Shiny applications.
[Package picker version 0.2.6 Index]