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 |
|
data |
single row |
colnames |
named |
notEditable |
|
foreignTbls |
list of foreignTbls. See |
... |
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.5 Index]