A data.frame stored in an SQLite database.
Inheritance
A sqlite_database
object inherits the following struct
classes:
[sqlite_database]
-> [annotation_database]
->
[annotation_source]
-> [struct_class]
References
Müller K, Wickham H, James DA, Falcon S (2024). RSQLite: SQLite Interface for R. R package version 2.3.7, https://CRAN.R-project.org/package=RSQLite.
See also
Other database:
BiocFileCache_database
Examples
M <- sqlite_database(
table = character(0),
tag = character(0),
data = data.frame(),
source = "ANY")