| connection_with_transaction | R Documentation |
Similar to db_transaction(), but only starts a new transaction
if not already in one. Useful for functions that can be called both
standalone and within an existing transaction.
connection_with_transaction(conn, code)
conn |
Database connection |
code |
Expression or code block to execute |
The result of the code expression
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.