db_table: Load single table from database

Description Usage Arguments Value Examples

Description

Loads the data from a table in the database

Usage

1
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

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

walkerjeffd/myrwaR documentation built on May 3, 2019, 10:46 p.m.