Search for a list of collection in the database
Usage
searchCollection(
conn_handler,
collection_id = NULL,
collection_name = NULL,
signature_name = NULL,
signature_id = NULL,
user_name = NULL,
verbose = TRUE
)
Arguments
- conn_handler
A handler uses to establish connection to the database obtained from SigRepo::newConnhandler() (required)
- collection_id
ID of collection to be looked up by.
- collection_name
Name of collection to be looked up by.
- signature_name
Name of the signatures to be looked up by.
- signature_id
ID of the signatures to be looked up by.
- user_name
Name of users that the collection belongs to.
- verbose
a logical value indicates whether or not to print the diagnostic messages. Default is
TRUE
.