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)
A list containing the following chemical identifiers:
CAS registry number
Name
DTXSID
CAS regstry number
Chemical name
DSSTox Substance identifier
John Wambaugh and Robert Pearce