README.md

czdaptools is an R counterpart to https://github.com/fourkitchens/czdap-tools.

It currently only supports downloading via API (i.e. it does not attempt to do anyting with FTP credentials yet, mostly since the author only needs the API access).

The following functions are implemented:

News

Installation

devtools::install_github("hrbrmstr/czdaptools")

Usage

library(czdaptools)

# current verison
packageVersion("czdaptools")
#> [1] '0.0.0.9000'

Test Results

library(czdaptools)
library(testthat)

date()
#> [1] "Thu Oct  1 23:04:26 2015"

test_dir("tests/")
#> testthat results ========================================================================================================
#> OK: 0 SKIPPED: 0 FAILED: 0
#> 
#> DONE

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



hrbrmstr/czdaptools documentation built on May 17, 2019, 4:56 p.m.