extr_ice: 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, ...)
Value
A data frame containing the extracted data from the ICE API.
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.
Examples
Run this code# \donttest{
extr_ice(casrn = c("50-00-0"))
# }
Run the code above in your browser using DataLab