reactive_data_table_server: Reactive data table module server-side processing

View source: R/display_data_table_module.R

reactive_data_table_serverR Documentation

Reactive data table module server-side processing

Description

This module displays the ODK data table corresponding to the form selected by the user.

Usage

reactive_data_table_server(id, vars)

Arguments

id

character used to specify namespace, see shiny::NS

vars

parameter containing a reactive list with the following components:

'citem'

string indicating the current ODK form

'cdata'

dataframe containing the current ODK data


SwissTPH/timci documentation built on April 11, 2024, 8:31 a.m.