Add a list of signatures to a collection in the database
Arguments
- conn_handler
A handler uses to establish connection to the database obtained from SigRepo::newConnhandler() (required)
- collection_id
ID of collection in the database (required)
- signature_id
A list of signature IDs to be added to a collection in the database (required)
- verbose
a logical value indicates whether or not to print the diagnostic messages. Default is
TRUE
.