| connection_begin | R Documentation |
Manually begin a database transaction. You must call connection_commit()
to save changes or connection_rollback() to discard them.
connection_begin(conn)
conn |
Database connection |
Note: Using db_transaction() is preferred as it automatically
handles commit/rollback.
NULL (invisible)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.