db_read_table: Function to read an entire database table.

View source: R/db_simple_wrappers.R

db_read_tableR Documentation

Function to read an entire database table.

Description

db_read_table is a wrapper for DBI::dbReadTable.

Usage

db_read_table(con, table, verbose = FALSE)

Arguments

con

Database connection.

table

Table to read.

verbose

Should the function print messages?

Value

Tibble.


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