File: get.smiles.parser.Rd

package info (click to toggle)
r-cran-rcdk 3.8.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 888 kB
  • sloc: makefile: 14; sh: 13
file content (26 lines) | stat: -rwxr-xr-x 828 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/smiles.R
\name{get.smiles.parser}
\alias{get.smiles.parser}
\title{Get a SMILES parser object.}
\usage{
get.smiles.parser()
}
\value{
A `jobjRef` object corresponding to the CDK 
\href{http://cdk.github.io/cdk/2.2/docs/api/org/openscience/cdk/smiles/SmilesParser.html}{SmilesParser} class
}
\description{
This function returns a reference to a SMILES parser
object. If you are parsing multiple SMILES strings using multiple
calls to \code{\link{parse.smiles}}, it is
preferable to create your own parser and supply it to
\code{\link{parse.smiles}} rather than forcing that function
to instantiate a new parser for each call
}
\seealso{
\code{\link{get.smiles}}, \code{\link{parse.smiles}}
}
\author{
Rajarshi Guha (\email{rajarshi.guha@gmail.com})
}