R/prepare.R
prepare_server.Rd
Prepare Data Server
prepare_server(id, choose = function(...) TRUE, select = function(...) TRUE)
An ID string that corresponds with the ID used to call the module's UI function.
A predicate function used to select columns.
function
A reactive data.frame.
data.frame
prepare_ui()
Other generic modules: import_server(), import_ui(), prepare_ui()
import_server()
import_ui()