get.property {rcdk}R Documentation

Get the Value of a Molecule Property

Description

This function retrieves the value of a keyed property that has previously been set on the molecule

Usage

get.property(molecule, key)

Arguments

molecule A Java object of class IAtomContainer
key A string naming the property

Value

The value of the property is the key is found else NA

Author(s)

Rajarshi Guha (rguha@indiana.edu)

See Also

set.property, remove.property


[Package rcdk version 2.4 Index]