Learn R Programming

kinesis (version 0.3.1)

prepare_server: Prepare Data Server

Description

Prepare Data Server

Usage

prepare_server(id, demo = NULL)

Value

A reactive data.frame.

Arguments

id

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

demo

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

See Also

prepare_ui()

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