get_chem_id | R Documentation |
Given one of chem.name, chem.cas (Chemical Abstract Service Registry Number), or DTXSID (DSStox Substance Identifier https://comptox.epa.gov/dashboard) this function checks if the chemical is available and, if so, returns all three pieces of information.
get_chem_id(chem.cas = NULL, chem.name = NULL, dtxsid = NULL)
chem.cas |
CAS regstry number |
chem.name |
Chemical name |
dtxsid |
DSSTox Substance identifier |
A list containing the following chemical identifiers:
chem.cas |
CAS registry number |
chem.name |
Name |
dtxsid |
DTXSID |
John Wambaugh and Robert Pearce
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.