extr_ice: Extract Data from NTP ICE Database

View source: R/extr_ice.R

extr_iceR Documentation

Extract Data from NTP ICE Database

Description

The extr_ice function sends a POST request to the ICE API to search for information based on specified chemical IDs and assays.

Usage

extr_ice(casrn, assays = NULL, verify_ssl = FALSE, verbose = TRUE, ...)

Arguments

casrn

A character vector specifying the CASRNs for the search.

assays

A character vector specifying the assays to include in the search. Default is NULL, meaning all assays are included. If you don't know the exact assay name, you can use the extr_ice_assay_names() function to search for assay names that match a pattern you're interested in.

verify_ssl

Boolean to control of SSL should be verified or not.

verbose

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

...

Any other arguments to be supplied to req_option and thus to libcurl.

Value

A data frame containing the extracted data from the ICE API.

See Also

extr_ice_assay_names, NTP ICE database

Examples


extr_ice(casrn = c("50-00-0"))


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