open_cache: Open Cache

View source: R/get_classification.R

open_cacheR Documentation

Open Cache

Description

Creates a SQLight database for the local caching. This database includes already queried Inchikeys and the serialized classification object.

Usage

open_cache(dbname = ":memory:")

Arguments

dbname

The path to the database file. SQLite keeps each database instance in one single file. The name of the database is the file name, thus database names should be legal file names in the running platform. There are two exceptions: "" will create a temporary on-disk database. The file will be deleted when the connection is closed. ":memory:" or "file::memory:" will create a temporary in-memory database.

Value

conn a DBIConnection object, as produced by dbConnect


classyfireR documentation built on March 18, 2022, 7:21 p.m.