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