prepare_server | R Documentation |
Prepare Data Server
prepare_server(
id,
choose = function(...) TRUE,
select = function(...) TRUE,
demo = NULL
)
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 |
A reactive data.frame
.
prepare_ui()
Other generic modules:
import_server()
,
import_ui()
,
prepare_ui()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.