etox_tests {webchem} | R Documentation |
Get Tests from a ETOX ID
Description
Query ETOX: Information System Ecotoxicology and Environmental Quality Targets https://webetox.uba.de/webETOX/index.do for tests
Usage
etox_tests(id, verbose = getOption("verbose"))
Arguments
id |
character; ETOX ID |
verbose |
logical; print message during processing to console? |
Value
A list of lists of two: A data.frame with test results from the ETOX database and the source_url.
Note
Before using this function, please read the disclaimer https://webetox.uba.de/webETOX/disclaimer.do.
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
## Not run:
id <- get_etoxid('Triclosan', match = 'best')
out <- etox_tests(id$etoxid)
out[ , c('Organism', 'Effect', 'Duration', 'Time_Unit',
'Endpoint', 'Value', 'Unit')]
etox_tests( c("20179", "9051"))
## End(Not run)
[Package webchem version 1.3.0 Index]