Learn R Programming

sched (version 1.0.3)

Request Scheduler

Description

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 (Simple Object Access Protocol) 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.

Copy Link

Version

Install

install.packages('sched')

Monthly Downloads

179

Version

1.0.3

License

AGPL-3

Maintainer

Pierrick Roger

Last Published

October 2nd, 2024

Functions in sched (1.0.3)

make_post_request

Make a POST request.
URL

URL class.
Rule

Scheduling rule class.
get_url_request_result

Send a request and get results.
RequestResult

Class RequestResult.
Scheduler

Class for scheduling web requests.
Request

Class Request.
sched-package

sched: Request Scheduler