Query http://www.alanwood.net/pesticides/
Query Alan Woods Compendium of Pesticide Common Names http://www.alanwood.net/pesticides/
aw_query(query, from = c("name", "cas"), verbose = TRUE, type, ...)
query |
character; search string |
from |
character; type of input ('cas' or 'name') |
verbose |
logical; print message during processing to console? |
type |
deprecated |
... |
additional arguments to internal utility functions |
A list of eight entries: common-name, status, preferred IUPAC Name, IUPAC Name, cas, formula, activity, subactivity, inchikey, inchi and source url.
for from = 'cas' only the first matched link is returned. Please respect Copyright, Terms and Conditions http://www.alanwood.net/pesticides/legal.html!
Eduard Szöcs, Tamás Stirling, Eric R. Scott, Andreas Scharmüller, Ralf B. Schäfer (2020). webchem: An R Package to Retrieve Chemical Information from the Web. Journal of Statistical Software, 93(13). doi: 10.18637/jss.v093.i13.
## Not run: aw_query('Fluazinam', from = 'name') out <- aw_query(c('Fluazinam', 'Diclofop'), from = 'name') out # extract subactivity from object sapply(out, function(y) y$subactivity[1]) # use CAS-numbers aw_query("79622-59-6", from = 'cas') ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.