addDescriptorType {ChemmineR}R Documentation

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.

Author(s)

Kevin Horan

Examples

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

[Package ChemmineR version 3.46.0 Index]