powered by
Validate SQLite Connection
vld_sqlite_conn(x, connected = NA)
A flag indicating whether the object was validated.
The object to check.
A logical scalar specifying whether x should be connected.
conn <- rws_connect() vld_sqlite_conn(conn) rws_disconnect(conn) vld_sqlite_conn(conn, connected = TRUE)
Run the code above in your browser using DataLab