Package: quickerstats
Type: Package
Title: An 'R' Client for the 'USDA NASS Quick Stats API'
Version: 0.0.1
Authors@R: person("Aaron", "Anderson", email = "aaronanderson.co@gmail.com",
    role = c("aut", "cre"))
Description: Provides several convenience functions for searching and pulling data from
    the 'USDA NASS Quick Stats API' <https://quickstats.nass.usda.gov/api>. 
    Users can easily search for specific data items, and then download county-level or 
    state-level Census of Agricultural data from a specified year.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: httr (>= 1.4.1), readr (>= 1.3.1), curl (>= 4.2.0), tibble (>=
        2.1.3)
BugReports: https://github.com/anderaa/quickerstats/issues
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-10-02 14:21:35 UTC; ama
Author: Aaron Anderson [aut, cre]
Maintainer: Aaron Anderson <aaronanderson.co@gmail.com>
Repository: CRAN
Date/Publication: 2020-10-08 12:00:07 UTC
