mod_DTedit_server: DTedit Server Function

Description Usage Arguments

View source: R/mod_DTedit.R

Description

DTedit Server Function

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
mod_DTedit_server(
  input,
  output,
  session,
  table_data,
  table_type,
  suppl_table_sublist,
  DT_options,
  cons
)

Arguments

input, output, session

Internal parameters for shiny

table_data

data to place in the editable data table

table_type

Name of the mongo collection the data table is associated with

suppl_table_sublist

list containing information related to the table

DT_options

options used by DT::renderDataTable within dtedit

cons

the connection to mongodb


asiripanich/emdash documentation built on Sept. 23, 2021, 7:20 p.m.