prepare_server: Prepare Data Server

View source: R/prepare.R

prepare_serverR 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 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()


kinesis documentation built on July 1, 2025, 5:08 p.m.