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