Learn R Programming

webchem (version 0.0.4.0)

get_etoxid: Get ETOX ID

Description

Query ETOX: Information System Ecotoxicology and Environmental Quality Targets http://webetox.uba.de/webETOX/index.do for their substance ID

Usage

get_etoxid(query, verbose = TRUE)

Arguments

query
character; The searchterm
verbose
logical; print message during processing to console?

Value

  • A character vector with the substance ID and additional attributes matched (the matched substance name) and distance (the normalized string distance of the query to the match).

See Also

get_etoxid to retrieve ETOX IDs, etox_basic for basic information, etox_targets for quality targets and etox_tests for test results.

Examples

Run this code
get_etoxid('Triclosan')
# multiple inpus
comps <- c('Triclosan', 'Glyphosate')
sapply(comps, get_etoxid)

Run the code above in your browser using DataLab