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

Try the wunderscraper package in your browser

Any scripts or data that you put into this service are public.

wunderscraper documentation built on May 2, 2019, 12:40 p.m.