addDescriptorType {ChemmineR} | R Documentation |
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.
addDescriptorType(conn, descriptorType)
conn |
Any database connection object. |
descriptorType |
The name of the descriptor. |
No return value.
Kevin Horan
## Not run: conn = initDb(...) addDescriptor(conn,"fp") ## End(Not run)