extr_iris | R Documentation |
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.
extr_iris(casrn = NULL, verbose = TRUE)
casrn |
A vector CASRN for the search. |
verbose |
A logical value indicating whether to print detailed messages. Default is TRUE. |
A data frame containing the extracted data.
extr_iris(casrn = c("1332-21-4", "50-00-0"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.