read_from_db: Read Data From A Database

View source: R/data.R

read_from_dbR Documentation

Read Data From A Database

Description

Reads data from the database and may carry out some minor transformations in the process.

Usage

read_from_db(db, tbl, ...)

Arguments

db

The path to the database file.

tbl

The name of the table to be accessed.

...

Additional arguments passed on to DBI::dbConnect.


BroVic/jGBV documentation built on Oct. 9, 2022, 6:38 a.m.