dtModule: Create and display datatable: server function

Description Usage Arguments

View source: R/dtModule.R

Description

Create and display datatable: server function

Usage

1
2
3
4
5
6
7
8
9
dtModule(
  input,
  output,
  session,
  reactiveData,
  dbTable,
  filterData = NULL,
  staticChoices = NULL
)

Arguments

input

These parameters are handled by callModule and can be ignored.

output

These parameters are handled by callModule and can be ignored.

session

These parameters are handled by callModule and can be ignored.

reactiveData

Reactive which stores all of the tables from the database as seperate data.frames

dbTable

The database table the new data will be added to.

filterData

hello!

staticChoices

list where choices for static selectize inputs are defined.


JamesCuster/CARTMod documentation built on March 8, 2020, 5:57 a.m.