spareserver (version 1.0.1)

spare_q: Make a web query that makes use of redundant servers

Description

Make a web query that makes use of redundant servers

Usage

spare_q(service, url, fun, ...)

Arguments

service
Name of the service.
url
URL, within the base URL of the server(s). This will be appended to the base URLs.
fun
The function to call. It should have an argument called url.
...
Additional arguments to pass to fun.

Value

The return value of fun.