Get a list of signatures 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)
- signature_name
Name of signature to be returned (required)
- signature_id
ID of signature to be returned (required)
- verbose
a logical value indicates whether or not to print the diagnostic messages. Default is
TRUE
.