extr_pubchem_fema {extractox} | R Documentation |
Extract FEMA from PubChem
Description
This function retrieves FEMA (Flavor and Extract Manufacturers Association)
flavor profile information for a list of CAS Registry Numbers (CASRN) from
the PubChem database using the webchem
package.
Usage
extr_pubchem_fema(casrn, verbose = TRUE)
Arguments
casrn |
A vector of CAS Registry Numbers (CASRN) as atomic vectors. |
verbose |
A logical value indicating whether to print detailed messages. Default is TRUE. |
Value
A data frame containing the FEMA flavor profile information for each CASRN. If no information is found for a particular CASRN, the output will include a row indicating this.
See Also
Examples
extr_pubchem_fema(c("83-67-0", "1490-04-6"))
[Package extractox version 1.0.0 Index]