Loads the structure of the built-in molecules. All SDF files obtained from Pubchem. txt extension only included to pass R CHECK.
get_example_molecule(molecule)
List giving the atom locations and the connections between atoms.
get_example_molecule("benzene")
#> [1] "/home/runner/work/_temp/Library/raymolecule/extdata/benzene.txt"
get_example_molecule("cinnemaldehyde")
#> [1] "/home/runner/work/_temp/Library/raymolecule/extdata/cinnemaldehyde.txt"
get_example_molecule("geraniol")
#> [1] "/home/runner/work/_temp/Library/raymolecule/extdata/geraniol.txt"