extr_pubchem_ghs: Extract GHS Codes from PubChem

View source: R/extr_pubchem.R

extr_pubchem_ghsR 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"))


extractox documentation built on April 4, 2025, 2:30 a.m.