Skip to contents

Prepare Data Server

Usage

prepare_server(id, choose = function(...) TRUE, select = function(...) TRUE)

Arguments

id

An ID string that corresponds with the ID used to call the module's UI function.

choose

A predicate function used to select columns.

select

A predicate function used to select columns.

Value

A reactive data.frame.

See also

prepare_ui()

Other generic modules: import_server(), import_ui(), prepare_ui()