DBI (version 0.3.0)

dbiCheckCompliance: Check a driver for compliance with DBI.

Description

Check a driver for compliance with DBI.

Usage

dbiCheckCompliance(driver, pkg = paste0("R", driver))

Arguments

driver
Driver name.
pkg
Package that driver lives in - is usually "Rdriver"

Examples

Run this code
if (require("RSQLite")) {
dbiCheckCompliance("SQLite")
dbiCheckCompliance("NoDriver", "RSQLite")
}

Run the code above in your browser using DataLab