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/dbWriteSQLite documentation built on Oct. 20, 2022, 11:06 p.m.