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/raampGBV documentation built on Oct. 7, 2022, 11:06 p.m.