db_send | R Documentation |
db_send
is a wrapper for DBI::dbSendQuery
but is vectorised
over statement
.
db_send(con, statement, progress = "none")
con |
Database connection. |
statement |
Statement to send to |
progress |
Type of progress bar to display. Default is |
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.