Skip to contents

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

Usage

getSignature(
  conn_handler,
  signature_name = NULL,
  signature_id = NULL,
  verbose = TRUE
)

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.