Skip to content
/ ctxR Public

❗ This is a read-only mirror of the CRAN R package repository. ctxR — Utilities for Interacting with the 'CTX' APIs. Homepage: https://github.com/USEPA/ctxR Report bugs for this package: https://github.com/USEPA/ctxR/issues

Notifications You must be signed in to change notification settings

cran/ctxR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

❗ This is a read-only mirror of the CRAN R package repository. ctxR — Utilities for Interacting with the 'CTX' APIs. Homepage: https://github.com/USEPA/ctxR Report bugs for this package: https://github.com/USEPA/ctxR/issues

Resources

Stars

Watchers

Forks

Packages

No packages published