Learn R Programming

rquery (version 0.5.0)

dbi_connection_tests: Old function name for rq_connection_tests (old alias will eventually be removed).

Description

Old function name for rq_connection_tests (old alias will eventually be removed).

Usage

dbi_connection_tests(db, ..., overrides = NULL, use_advice = TRUE)

Arguments

db

database connection handle.

...

force later arguments to bind by name.

overrides

named character vector or list, options (just name, not DB qualification) to force

use_advice

logical if TRUE incorpeate hard-coded advice.

Value

named list of options

See Also

rq_connection_tests