A data.frame stored as an RDS file. Intended to be used
with rest_api
objects as mechanism for caching search results. The
data.frame for an rds_cache
object must have a column named
".search".
Usage
rds_cache(
source = character(0),
data = data.frame(.search = character(0)),
...
)
Inheritance
A rds_cache
object inherits the following struct
classes: [rds_cache]
-> [rds_database]
-> [annotation_database]
->
[annotation_source]
-> [struct_class]
See also
Other annotation databases:
AnnotationDb_database
,
GO_database
,
annotation_database
,
annotation_source
,
excel_database
,
rdata_database
,
rds_database
Examples
M <- rds_cache(
tag = character(0),
data = data.frame(),
source = "ANY")