addValuesToDB | R Documentation |
Add User's input to database table imputing the missing id column with the next possible values
addValuesToDB(tableName, newValuesList, dbConnection)
tableName |
A |
newValuesList |
A |
dbConnection |
A connection to the Postgres database |
This function add the input provided by the User in the App. The function assumes that primary key of the each table in database is named 'id' and cannot be added by the User. The 'id' column is being added inside the function after the next possible value of 'id' is taken from the database.
nothing
Alina Tselinina tselinina@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.