inputServer.default {editbl}R Documentation

An input server for a data.frame

Description

An input server for a data.frame

Usage

## Default S3 method:
inputServer(id, data, colnames, notEditable, foreignTbls, ...)

Arguments

id

character(1) module id

data

single row data.frame

colnames

named character

notEditable

character columns that should not be edited

foreignTbls

list of foreignTbls. See foreignTbl

...

for compatibility with other methods

Details

Reads all inputs ids that are identical to column names of the data and updates the data.

Value

reactive modified version of data

Author(s)

Jasper Schelfhout


[Package editbl version 1.0.4 Index]