extr_pubchem_ghs {extractox}R Documentation

Extract GHS Codes from PubChem

Description

This function extracts GHS (Globally Harmonized System) codes from PubChem. It relies on the webchem package to interact with PubChem.

Usage

extr_pubchem_ghs(casrn, verbose = TRUE)

Arguments

casrn

Character vector of CAS Registry Numbers (CASRN).

verbose

A logical value indicating whether to print detailed messages. Default is TRUE.

Value

A dataframe containing GHS information.

See Also

PubChem

Examples


extr_pubchem_ghs(casrn = c("50-00-0", "64-17-5"))


[Package extractox version 1.0.0 Index]