Get a list of collection uploaded by a specified user in the database.
Arguments
- conn_handler
A handler uses to establish connection to the database obtained from SigRepo::newConnhandler() (required)
- collection_name
Name of collection to be returned (required)
- collection_id
ID of collection to be returned (required)
- verbose
a logical value indicates whether or not to print the diagnostic messages. Default is
TRUE
.