| SQLiteStorage | R Documentation |
Persistent SQLite storage backend
db_pathDatabase file path
connDatabase connection
new()Create new SQLite storage
SQLiteStorage$new(path)
pathDatabase file path
set()Store a value
SQLiteStorage$set(key, value)
keyStorage key
valueValue to store
get()Retrieve a value
SQLiteStorage$get(key)
keyStorage key
Stored value or NULL
delete()Delete a value
SQLiteStorage$delete(key)
keyStorage key
exists()Check if key exists
SQLiteStorage$exists(key)
keyStorage key
Logical
keys()List all keys
SQLiteStorage$keys()
Character vector of keys
clear()Clear all data
SQLiteStorage$clear()
count()Get count of stored items
SQLiteStorage$count()
Integer count
close()Close database connection
SQLiteStorage$close()
clone()The objects of this class are cloneable with this method.
SQLiteStorage$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.