R/wunderscraper.R

#' wunderscraper: A package for sampling weather stations via Wunderground
#'
#' wunderscraper provides a function for scraping Wunderground's api and objects
#' and methods to schedule scraping and ensure wunderscraper remains within api
#' usage limits.
#'
#' @section Wunderscraper functions:
#' \code{\link{scrape}}
#'
#' @section Wunderscraper objects:
#' \code{\link{scheduler}}
#'
#' @section Wunderscraper methods:
#' \code{\link{plan.scheduler}}
#' \code{\link{sync.scheduler}}
#'
#' @section Wunderscraper data:
#' \code{\link{zctaRel}}
#'
#' @docType package
#' @name wunderscraper
#' @importFrom stats setNames
NULL
cmarmstrong/wunderscraper documentation built on July 17, 2019, 8:19 p.m.