R/package.R

#' @details
#'
#' *sched* package.
#'
#' *sched* offers classes and functions to contact web servers while enforcing
#' scheduling rules required by the sites. The URL class makes it easy to
#' construct a URL by providing parameters as a vector. The Request class allows
#' to describes SOAP or standard requests: URL, method (POST or GET), header,
#' body. The Scheduler class controls the request frequency for each server
#' address by mean of rules (Rule class). The RequestResult class permits to get
#' the request status to handle error cases and the content.
#'
#' @seealso \link{Rule}, \link{URL}.
#'
"_PACKAGE"
NULL

Try the sched package in your browser

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

sched documentation built on Oct. 3, 2024, 1:07 a.m.