map_chemdes | R Documentation |
This function is a wrapper around read_full_chemdes
, allowing for a vector of SMILES strings to be mapped over. This function should take roughly 30 seconds per compound.
map_chemdes(smiles, chatty = T)
smiles |
A vector of simplified molecular-input line-entry system ("SMILES") strings. |
chatty |
TRUE/FALSE. If TRUE, will print messages to the console updating you of the stage of scraping. |
A "wide" tibble of chemical information, labelled with the SMILES string.
Jack Davison, jd1184@york.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.