shiny_vector_filter_ui {IDEAFilter} | R Documentation |
A stub UI for a vector filter module
Description
This is a stub of a UI which assumes any dispatched module will create the needed UI in the "ui" uiOutput target
Usage
shiny_vector_filter_ui(data, inputId)
Arguments
data |
the data object to be filtered |
inputId |
The |
Value
an empty link[shiny]{div}
or a link[shiny]{uiOutput}
placeholder expecting output "ui"
[Package IDEAFilter version 0.2.0 Index]