vld_sqlite_conn: Validate SQLite Connection

View source: R/vld.R

vld_sqlite_connR Documentation

Validate SQLite Connection

Description

Validate SQLite Connection

Usage

vld_sqlite_conn(x, connected = NA)

Arguments

x

The object to check.

connected

A logical scalar specifying whether x should be connected.

Value

A flag indicating whether the object was validated.

Examples

conn <- rws_connect()
vld_sqlite_conn(conn)
rws_disconnect(conn)
vld_sqlite_conn(conn, connected = TRUE)

poissonconsulting/readwritesqlite documentation built on Oct. 17, 2022, 7:20 p.m.