gq: Get query from database

Description Usage Arguments Value

Description

Retrieve query from registered database, or supply alternate credentials or connection (.cred or .conn respectively.)

Usage

1
gq(..., .db = NULL)

Arguments

...

strings to be combined to form SQL query. Query is combined with paste0(..., collapse = " ").

.db

database credentials to be used for the query.

Value

a data.frame with the results of the query.


acjackman/dbezr documentation built on May 10, 2019, 5:11 a.m.