Skip to contents

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 function used to select columns.

select

A predicate function used to select columns.

demo

A character string specifying the name of a dataset (see import_server()).

Value

A reactive data.frame.

See also

prepare_ui()

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