Skip to contents

Add a collection member to an MDB

Usage

add_collection_member(x, collection, table, ...)

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") or organism=list(static=TRUE, value="Homo sapiens", type="Scientific name") )