View source: R/dbSendMultiUpdate.R
dbSendMultiUpdate | R Documentation |
Requires a DBI workflow that creates a connection with a relational database per DBI: https://dbi.r-dbi.org/. This function is an extension of the RJDBC::dbSendUpdate function.
dbSendMultiUpdate(conn, conn_type = "JDBC", sql_path)
conn |
A database connection object |
conn_type |
A string indicating if the connection type is a JDBC or ODBC connection - accepts "JDBC" or "ODBC" as arguments, defaults to "JDBC" |
sql_path |
Character vector pointing to SQL script |
No object returned - for production automation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.