queryDB: Query database

Description Usage Arguments Value Examples

Description

Run an SQL query string on the database

Usage

1
queryDB(dbPath, SQLstring)

Arguments

dbPath

Path to the database

SQLstring

SQL string defining query to be performed

Value

A data frame (tbl_df) containing the query results

Examples

1
results <- queryDB(dbPath, SQLstring)

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