multi_req_perform | R Documentation |
Please use req_perform_parallel()
instead, and note:
cancel_on_error = FALSE
is now on_error = "continue"
cancel_on_error = TRUE
is now on_error = "return"
multi_req_perform(reqs, paths = NULL, pool = NULL, cancel_on_error = FALSE)
reqs |
A list of requests. |
paths |
An optional character vector of paths, if you want to download
the response bodies to disk. If supplied, must be the same length as
|
pool |
Optionally, a curl pool made by |
cancel_on_error |
Should all pending requests be cancelled when you
hit an error? Set this to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.