Learn R Programming

webchem (version 0.0.5.0)

etox_tests: 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 = TRUE)

Arguments

id
character; ETOX ID
verbose
logical; print message during processing to console?

Value

  • A list of two: A data.frame with test results from the ETOX database and the source_url.

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
id <- get_etoxid('Triclosan', mult = 'best')
out <- etox_tests(id)
out[ , c('Organism', 'Effect', 'Duration', 'Time_Unit',
'Endpoint', 'Value', 'Unit')]

Run the code above in your browser using DataLab