vld_sqlite_conn | R Documentation |
Validate SQLite Connection
vld_sqlite_conn(x, connected = NA)
x |
The object to check. |
connected |
A logical scalar specifying whether x should be connected. |
A flag indicating whether the object was validated.
conn <- rws_connect()
vld_sqlite_conn(conn)
rws_disconnect(conn)
vld_sqlite_conn(conn, connected = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.