| .perform_parallel_requests | R Documentation |
.perform_parallel_requests() executes a list of httr2 requests with
libcurl multi support and preserves the input names on the output.
.perform_parallel_requests(reqs, on_error = c("stop", "return", "continue"))
reqs |
list of httr2 request objects |
on_error |
forwarded to |
list of responses or httr2 failure objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.