Skip to contents

Add keywords to database

Usage

addKeyword(conn_handler, keyword_tbl, verbose = TRUE)

Arguments

conn_handler

A handler uses to establish connection to the database obtained from SigRepo::newConnhandler() (required)

keyword_tbl

A data frame containing appropriate column names: keyword (required)

verbose

a logical value indicates whether or not to print the diagnostic messages. Default is TRUE.