Description Usage Arguments See Also
In order to support an interactive querying environment with modifications and not veer away from R's copy-on-modify semantics, we'd need to "branch" out database connections so that any DML and DDL statement does not affect the global state. Cloning database connections are needed to do this.
1 | dbClone(conn)
|
conn |
(DBIConnection) object |
Other Extra DBI Methods:
dbGetPrimaryKey()
,
dbInTransaction()
,
dbSetConnId()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.