get.property: Get a property value of the molecule.
Description
This function retrieves the value of a keyed property that has
previously been set on the molecule. Properties enable us to
associate arbitrary pieces of data with a molecule. Such data
can be text, numeric or a Java object (represented as a `jobjRef`).
Usage
get.property(molecule, key)
Value
The value of the property. If there is no property with the specified key, `NA` is returned
Arguments
molecule
The molecule to query. Should be a `jobjRef` representing an `IAtomContainer`