addDescriptorType: Add Descriptor Type

Description Usage Arguments Value Author(s) Examples

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

1
addDescriptorType(conn, descriptorType)

Arguments

conn

Any database connection object.

descriptorType

The name of the descriptor.

Value

No return value.

Author(s)

Kevin Horan

Examples

1
2
3
4
5
	## Not run: 
		conn =  initDb(...)
		addDescriptor(conn,"fp")
	
## End(Not run)

girke-lab/ChemmineR-git-svn-bridge documentation built on May 17, 2019, 5:25 a.m.