DBI | R Documentation |
Implementations of pure virtual functions defined in the 'DBI' package.
## S4 method for signature 'connConnection,ANY'
dbWriteTable(conn, name, value, ...)
## S4 method for signature 'connConnection'
dbSendQuery(conn, statement, ...)
conn |
A DBIConnection object, as returned by
|
name |
The table name, passed on to
|
value |
a data.frame (or coercible to data.frame). |
... |
Other parameters passed on to methods. |
statement |
a character string containing SQL. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.