db_get: Function to get/fetch data from a database with a statement.

View source: R/db_get.R

db_getR Documentation

Function to get/fetch data from a database with a statement.

Description

db_get is a wrapper for DBI::dbGetQuery.

Usage

db_get(con, statement, warn = TRUE)

Arguments

con

Database connection.

statement

Statement to send to con.

warn

Should the function return warnings?

Value

Tibble.

Author(s)

Stuart K. Grange


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