db_table: Load single table from database

View source: R/database.R

db_tableR Documentation

Load single table from database

Description

Loads the data from a table in the database

Usage

db_table(ch, table_name, ...)

Arguments

ch

Connection handle to database

table_name

Table name

...

Additional arguments passed to sqlFetch()

Value

A dataframe containing the database table

Examples

ch <- db_connect("D:/Dropbox/Work/mystic/db/MysticDB_20160208.accdb")
tbl.Results <- db_table(ch, "Results")

walkerjeffd/myrwaR documentation built on Nov. 14, 2024, 1:25 p.m.