readTableFromDB: Read table from database

Description Usage Arguments Value Examples

Description

Read full contents of a single table from the database

Usage

1
readTableFromDB(dbPath, tableName)

Arguments

dbPath

Path to the database

tableName

Name of database table to read from

Value

A data frame (tbl_df) containing the table

Examples

1
results <- readTableFromDB(dbPath, tableName)

adrowe1/drugHunteR documentation built on May 10, 2019, 5:59 a.m.