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/>. 'ccdR' 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
ccdR
The goal of ccdR is to provide R users a set of functions to access the CTX APIs without requiring extensive experience interacting directly with APIs.
The ccdR package will no longer be actively maintained. The package ctxR will continue providing access to the CTX APIs and be maintained moving forward. Please refer to the CRAN page for ctxR for a stable version and ctxR GitHub for the development version.
Installation
You can install the development version of ccdR like so:
if (!library(devtools, logical.return = TRUE)){
install.packages(devtools)
library(devtools)
}
devtools::install_gitub("USEPA/ccdR")
You can install from CRAN using the following:
install.packages('ccdR')
Disclaimer: You won’t need a API key to install the ccdR package, but will need to supply an API key to use ccdR. Please visit CTX APIs to request an API key.