rws_disconnect {readwritesqlite} | R Documentation |
Close SQLite Database Connection
Description
Closes a SQLiteConnection to a SQLite database.
Usage
rws_disconnect(conn)
Arguments
conn |
An |
See Also
Examples
conn <- rws_connect()
rws_disconnect(conn)
print(conn)
[Package readwritesqlite version 0.2.0 Index]