Skip to contents

Writes a data.frame to a annotation_database.

Usage

write_database(obj, ...)

Arguments

obj

A annotation_database object

Value

Silently returns TRUE if successful, FALSE otherwise

Examples

M = rds_database(tempfile())
write_database(M,data.frame())