Skip to contents

Get a list of collection uploaded by a specified user in the database.

Usage

getCollection(
  conn_handler,
  collection_name = NULL,
  collection_id = NULL,
  verbose = TRUE
)

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.