Remove platforms from database
Usage
deletePlatform(conn_handler, platform_name, verbose = TRUE)
Arguments
- conn_handler
A handler uses to establish connection to the database
obtained from SigRepo::newConnhandler() (required)
- platform_name
A list of platform names to be removed (required)
- verbose
a logical value indicates whether or not to print the
diagnostic messages. Default is TRUE
.