Skip to contents

Provides connection from fpr_db_conn as well as a subsequent disconnection

Usage

fpr_db_query(query = "SELECT * FROM bcfishpass.crossings limit 100;", ...)

Arguments

query

Quoted string query written in `sql`.

Value

Object pulled from database and message of how long the query took to complete.

See also

Examples

if (FALSE) {
fpr_db_query(query = fpr_dbq_subset())
}