sq_send: Send a Query

Description Usage Arguments Value

View source: R/sq_send.R

Description

Small function that invokes another given function for sending a query to the database. The benefit of using this wrapper is to keep database/driver boilerplate code separate from functions that sends queries.

Usage

1
sq_send(.query, .with, ...)

Arguments

.query

A character/sq query string.

.with

function with which to send the query.

...

further parameters passed to with.

Value

The value returned by .with


smbache/squr documentation built on May 15, 2021, 3:45 a.m.