Learn R Programming

editbl (version 1.2.0)

inputServer.default: An input server for a data.frame

Description

An input server for a data.frame

Usage

# S3 method for default
inputServer(id, data, colnames, notEditable, foreignTbls, ...)

Value

reactive modified version of data

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

Author

Jasper Schelfhout

Details

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