remove.property {rcdk}R Documentation

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

Author(s)

Rajarshi Guha (rguha@indiana.edu)

See Also

get.property, set.property


[Package rcdk version 2.9.2 Index]