summary.toxEval: Summary of tox_list

View source: R/create_toxEval.R

summary.toxEvalR 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)

toxEval documentation built on April 15, 2023, 1:13 a.m.