db_with_transaction | R Documentation |
Function open a database transaction, perform operations, and commit the results if a series of successful operations are performed.
db_with_transaction(con, code, ...)
con |
Database connection. |
code |
R code that interacts with |
... |
Other parameters passed on to methods. |
Invisible logical vector.
dbWithTransaction
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.