summary.toxEval {toxEval} | R Documentation |
Summary of tox_list
Description
A "tox_list" object is created from create_toxEval
. It
is a list of 5 data frames: chem_data, chem_info,
chem_site, exclusions, and benchmarks. This function returns
a message with how many chemicals have ToxCast information,
and returns a vector of which chemicals do not have ToxCast information.
Usage
## S3 method for class 'toxEval'
summary(object, ...)
Arguments
object |
toxEval object with "chem_info" data frame included. |
... |
additional parameters |
Examples
path_to_tox <- system.file("extdata", package = "toxEval")
file_name <- "OWC_data_fromSup.xlsx"
excel_file_path <- file.path(path_to_tox, file_name)
tox_list <- create_toxEval(excel_file_path)
summary(tox_list)
[Package toxEval version 1.3.2 Index]