Skip to content
/ ccdR Public

Utilities for Interacting with the CCTE APIs in R without prior API knowledge. All data is also available on the CompTox Chemical Dashboard (CCD) https://comptox.epa.gov/dashboard/

License

Notifications You must be signed in to change notification settings

USEPA/ccdR

Repository files navigation

ccdR

The goal of ccdR is to provide R users a set of functions to access the CCTE API without requiring extensive experience interacting directly with APIs.

Installation

You can install the development version of ccdR like so:

if (!library(devtools, logical.return = TRUE)){
  install.packages(devtools)
  library(devtools)
}

devtools::install_github("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 CCTE API to request an API key.

About

Utilities for Interacting with the CCTE APIs in R without prior API knowledge. All data is also available on the CompTox Chemical Dashboard (CCD) https://comptox.epa.gov/dashboard/

Resources

License

Stars

Watchers

Forks

Packages

No packages published