Skip to contents

Parse molecules from a vector of SMILES strings.

Usage

parse_smiles(string)

Arguments

string

A vector of SMILES string(s).

Examples

if (FALSE) {

parse_smiles("Cc1ccccc1")
parse_smiles(c("Cc1ccccc1", "CCN(CC)CC"))
}