R/generics.R
write_database.Rd
Writes a data.frame to a annotation_database.
annotation_database
write_database(obj, ...)
A annotation_database object
Silently returns TRUE if successful, FALSE otherwise
M = rds_database(tempfile()) write_database(M,data.frame())