Learn R Programming

webchem (version 0.0.4.0)

alanwood: Query http://www.alanwood.net/pesticides

Description

Query Alan Woods Compendium of Pesticide Common Names http://www.alanwood.net/pesticides

Usage

alanwood(x, type = c("commonname", "cas"), verbose = TRUE)

Arguments

x
character; search string
type
character; type of input
verbose
logical; print message during processing to console?

Value

  • A list of eight entries: common-name, status, preferredd IUPAC Name, IUPAC Name, cas, formula, activity, subactivity, inchikey and inchi.

Examples

Run this code
alanwood('Fluazinam', type = 'commonname')
sapply(c('Fluazinam', 'Diclofop'), alanwood, type = 'com')
alanwood("79622-59-6", type = 'cas')

Run the code above in your browser using DataLab