R/rnassqs-package.R

#' rnassqs is a wrapper for the United States Department of Agriculture's
#' National Agricultural Statistical Service (NASS) 'Quick Stats' API to enable 
#' getting NASS 'Quick Stats' data directly from \R.  Based on the httr API 
#' package guide.
#'
#' The functions in this package facilitate getting data from NASS 'Quick Stats'.
#' It handles the API key checking and storage, authorization, and fetching of 
#' data.
#' @author Nicholas Potter
#' @name rnassqs
#' @aliases rnassqs-package
#' @title rnassqs: Access the NASS 'Quick Stats' API
#' @references \url{https://quickstats.nass.usda.gov}
#' @seealso \url{https://quickstats.nass.usda.gov/api/}
#' @keywords internal rnassqs rnassqs-package
"_PACKAGE"

## usethis namespace: start
## usethis namespace: end
NULL
potterzot/rnassqs documentation built on Aug. 31, 2024, 7:42 a.m.