Skip to contents

A data.frame stored as an RDS file.

Usage

rds_database(source = character(0), ...)

Arguments

source

(ANY) The source of annotation data. The default is character(0).

...

Additional slots and values passed to struct_class.

Value

A rds_database object. This object has no output slots.

Inheritance

A rds_database object inherits the following struct classes:

[rds_database] -> [annotation_database] -> [annotation_source] -> [struct_class]

Examples

M = rds_database( tag = character(0), data = data.frame(id=NA),
source = "ANY")