extr_ice | R Documentation |
The extr_ice
function sends a POST request to the ICE API to search for
information based on specified chemical IDs and assays.
extr_ice(casrn, assays = NULL, verify_ssl = FALSE, verbose = TRUE, ...)
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 |
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 |
A data frame containing the extracted data from the ICE API.
extr_ice_assay_names
,
NTP ICE database
extr_ice(casrn = c("50-00-0"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.