Add a collection member to an MDB
add_collection_member(x, collection, table, ...)
an MDB object
a collection title in list_local_collections()
the table providing the collection member
definition of the collection fields as lists
(e.g. be=list(static=TRUE, value="Gene")
or
organism=list(static=TRUE, value="Homo sapiens", type="Scientific name")
)