get.smiles.parser {rcdk}R Documentation

Get a SMILES Parser

Description

This function returns a reference to a SMILES parser object. If you are parsing multiple SMILES strings, it is preferable to create your own parser and supply it to parse.smiles rather than forcing that function to instantiate a new parser for each call

Usage

get.smiles.parser()

Value

A jobjRef to a CDK SmilesParser object

Author(s)

Rajarshi Guha (rguha@indiana.edu)

See Also

get.smiles, get.smiles.parser, view.molecule.2d


[Package rcdk version 2.9.2 Index]