R/Datasets.R

# Dataset documentation

#' Endpoints available in the EPA API
#'
#' The endpoints vector contains all endpoints available in the EPA API. 
#' To get endpoints directly from the site, use get.endpoints(). 
#' 
#' @name endpoints
#' @docType data
#' @keywords datasets
NULL

#' Variable parameter names to use
#'
#' The variable.types list contains the listing endpoints for finding out more
#' information in making calls requiring more variables. 
#' 
#' @name variable.types
#' @docType data
#' @keywords datasets
NULL

#' Variables used for querying in EPA API
#'
#' The variables data frame contains information about what variables 
#' can be used to build queries in the EPA API.
#' 
#' @name variables
#' @docType data
#' @keywords datasets
NULL

#' Services offered by the EPA API
#'
#' The services list contains comprehensive information about all 
#' services provided by the EPA API site. 
#' 
#' @name services
#' @docType data
#' @keywords datasets
NULL

#' Names of services offered by the EPA API
#'
#' The service.names list contains names of all services offered by the EPA API
#' along with a description of each service.
#' 
#' @name service.names
#' @docType data
#' @keywords datasets
NULL
GLOrozcoM/epair documentation built on July 28, 2022, 9:01 p.m.