extr_pubchem_ghs | R Documentation |
This function extracts GHS (Globally Harmonized System) codes from PubChem. It relies on the webchem
package to interact with PubChem.
extr_pubchem_ghs(casrn, verbose = TRUE)
casrn |
Character vector of CAS Registry Numbers (CASRN). |
verbose |
A logical value indicating whether to print detailed messages. Default is TRUE. |
A dataframe containing GHS information.
extr_pubchem_ghs(casrn = c("50-00-0", "64-17-5"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.