Description Usage Arguments Value See Also
View source: R/simpleFormUIFactory.R
Based on attributes provided by the dao Data Access Object, a simple edit dialog is
constructed with each attribute corresponding to an input as follows:
name of the UI is the same as the name of the attribute;
factor attributes correspond to the selectInput;
numeric attributes correspond to the numericInput;
logical attributes correspond to the checkboxInput;
attributes of any other type correspond to the textInput;
1 |
dao |
a Data Access Object (see |
A function that creates the modal dialog window with inputs corresponding to
dao's attributes.
formServerFactory, crudTableServer, dataFrameDao,
sqlDao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.