prepare_server {kinesis} | R Documentation |
Prepare Data Server
Description
Prepare Data Server
Usage
prepare_server(
id,
choose = function(...) TRUE,
select = function(...) TRUE,
demo = NULL
)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
choose |
A predicate |
select |
A predicate |
demo |
A |
Value
A reactive data.frame
.
See Also
Other generic modules:
import_server()
,
import_ui()
,
prepare_ui()
[Package kinesis version 0.2.1 Index]