View source: R/get_classification.R
open_cache | R Documentation |
Creates a SQLight database for the local caching. This database includes already queried Inchikeys and the serialized classification object.
open_cache(dbname = ":memory:")
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. |
conn
a DBIConnection object, as produced by dbConnect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.