inputServer.default {editbl} | R Documentation |
data.frame
An input server for a data.frame
## Default S3 method:
inputServer(id, data, colnames, notEditable, foreignTbls, ...)
id |
|
data |
single row |
colnames |
named |
notEditable |
|
foreignTbls |
list of foreignTbls. See |
... |
for compatibility with other methods |
Reads all inputs ids that are identical to column names of the data and updates the data.
reactive modified version of data
Jasper Schelfhout