Rdocumentation
powered by
Learn R Programming
rcdk (version 3.1.8.1)
remove.property: Remove A Property From a Molecule
Description
This function removes a keyed property from a molecule object. This deletes the key and its value from the molecule
Usage
remove.property(molecule, key)
Arguments
molecule
A Java object of class
IAtomContainer
key
A string naming the property
Value
None
See Also
get.property
,
set.property