Add a list of users to the database
Arguments
- conn_handler
A handler uses to establish connection to the database obtained from SigRepo::newConnhandler() (required)
- user_tbl
A data frame containing the appropriate column names: user_name, user_password, user_email, user_first, user_last, user_affiliation, user_role, active (required)
- verbose
a logical value indicates whether or not to print the diagnostic messages. Default is
TRUE
.