dbUnloadDriver,SQLiteDriver-method {RSQLite}R Documentation

Unload SQLite driver.

Description

Unload SQLite driver.

Usage

## S4 method for signature 'SQLiteDriver'
dbUnloadDriver(drv, ...)

Arguments

drv

Object created by SQLite

...

Ignored. Needed for compatibility with generic.

Value

A logical indicating whether the operation succeeded or not.

Examples

## Not run: 
db <- SQLite()
dbUnloadDriver(db)

## End(Not run)

[Package RSQLite version 1.0.0 Index]