
Last chance! 50% off unlimited learning
Sale ends in
Query ETOX: Information System Ecotoxicology and Environmental Quality Targets https://webetox.uba.de/webETOX/index.do for basic information
etox_basic(id, verbose = TRUE)
character; ETOX ID
logical; print message during processing to console?
a list with lists of four entries: cas (the CAS numbers), ec (the EC number), gsbl (the gsbl number), a data.frame synonys with synonyms and the source url.
get_etoxid
to retrieve ETOX IDs, etox_basic
for basic information,
etox_targets
for quality targets and etox_tests
for test results
# NOT RUN {
id <- get_etoxid('Triclosan', match = 'best')
etox_basic(id$etoxid)
# Retrieve CAS for multiple inputs
ids <- c("20179", "9051")
out <- etox_basic(ids)
out
# extract ec numbers
sapply(out, function(y) y$ec)
# }
Run the code above in your browser using DataLab