Learn R Programming

readwritesqlite (version 0.2.0)

vld_sqlite_conn: Validate SQLite Connection

Description

Validate SQLite Connection

Usage

vld_sqlite_conn(x, connected = NA)

Value

A flag indicating whether the object was validated.

Arguments

x

The object to check.

connected

A logical scalar specifying whether x should be connected.

Examples

Run this code
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