db_send: Function to send a statements to a database.

View source: R/db_send.R

db_sendR Documentation

Function to send a statements to a database.

Description

db_send is a wrapper for DBI::dbSendQuery but is vectorised over statement.

Usage

db_send(con, statement, progress = "none")

Arguments

con

Database connection.

statement

Statement to send to con.

progress

Type of progress bar to display. Default is "none".

Author(s)

Stuart K. Grange


skgrange/databaser documentation built on April 10, 2024, 4:31 p.m.