extr_iris: Extract Data from EPA IRIS Database

View source: R/extr_iris.R

extr_irisR Documentation

Extract Data from EPA IRIS Database

Description

The extr_iris function sends a request to the EPA IRIS database to search for information based on a specified keywords and cancer types. It retrieves and parses the HTML content from the response.

Usage

extr_iris(casrn = NULL, verbose = TRUE)

Arguments

casrn

A vector CASRN for the search.

verbose

A logical value indicating whether to print detailed messages. Default is TRUE.

Value

A data frame containing the extracted data.

See Also

EPA IRIS database

Examples


extr_iris(casrn = c("1332-21-4", "50-00-0"))


extractox documentation built on April 4, 2025, 2:30 a.m.