ensure_db {liteq}R Documentation

Ensure that the DB exists and has the right columns

Description

We try a query, and if it fails then we try to create the DB.

Usage

ensure_db(db)

Arguments

db

DB file.


[Package liteq version 1.1.0 Index]