readwritesqlite (version 0.2.0)

rws_disconnect: Close SQLite Database Connection

Description

Closes a SQLiteConnection to a SQLite database.

Usage

rws_disconnect(conn)

Arguments

conn

An RSQLite::SQLiteConnection().

See Also

rws_connect()

Examples

Run this code
conn <- rws_connect()
rws_disconnect(conn)
print(conn)

Run the code above in your browser using DataLab