readwritesqlite (version 0.0.1)

rws_disconnect: Close SQLite Database Connection

Description

Closes a '>SQLiteConnection to a SQLite database.

Usage

rws_disconnect(conn)

Arguments

conn

An objected generated by SQLite(), or an existing '>SQLiteConnection. If an connection, the connection will be cloned.

See Also

rws_connect()

Examples

Run this code
# NOT RUN {
conn <- rws_connect()
rws_disconnect(conn)
print(conn)
# }

Run the code above in your browser using DataLab