Description
Utilities for Interacting with the 'CTX' APIs.
Description
Access chemical, hazard, bioactivity, and exposure data from the Computational Toxicology and Exposure ('CTX') APIs <https://api-ccte.epa.gov/docs/>. 'ctxR' was developed to streamline the process of accessing the information available through the 'CTX' APIs without requiring prior knowledge of how to use APIs. Most data is also available on the CompTox Chemical Dashboard ('CCD') <https://comptox.epa.gov/dashboard/> and other resources found at the EPA Computational Toxicology and Exposure Online Resources <https://www.epa.gov/comptox-tools>.
README.md
ctxR
The goal of ctxR is to provide R users a set of functions to access the CTX APIs without requiring extensive experience interacting directly with APIs.
Installation
You can install the development version of ctxR like so:
if (!library(devtools, logical.return = TRUE)){
install.packages(devtools)
library(devtools)
}
devtools::install_gitub("USEPA/ctxR")
You can install from CRAN using the following:
install.packages('ctxR')
Disclaimer: You won’t need a API key to install the ctxR package, but will need to supply an API key to use ctxR. Please visit CTX APIs to request an API key.