Learn R Programming

ChemmineR (version 2.24.2)

addDescriptorType: Add Descriptor Type

Description

Add a new descriptor type to the database. Normally descriptor types are added as needed, but if you are doing a parrallel data load you must pre-load the descriptor type to prevent duplicate defintion errors.

Usage

addDescriptorType(conn, descriptorType)

Arguments

conn
Any database connection object.
descriptorType
The name of the descriptor.

Value

No return value.

Examples

Run this code
	## Not run: 
# 		conn =  initDb(...)
# 		addDescriptor(conn,"fp")
# 	## End(Not run)

Run the code above in your browser using DataLab