db_execute: Function to execute statements on a database.

View source: R/db_execute.R

db_executeR Documentation

Function to execute statements on a database.

Description

db_execute is a wrapper for DBI::dbExecute but is vectorised over statement.

Usage

db_execute(con, statement, ..., progress = FALSE)

Arguments

con

Database connection.

statement

Statement to send to con.

...

Other parameters passed on to methods.

progress

Type of progress bar to display.

Value

Invisible con.

Author(s)

Stuart K. Grange


skgrange/databaser documentation built on April 21, 2024, 6:30 a.m.