| .retry_request | R Documentation |
Thin wrapper around httr2 that replaces httr::RETRY("GET", ...). Supports optional query parameters and custom headers.
.retry_request(
url,
params = list(),
headers = NULL,
timeout = 60,
proxy = NULL
)
url |
The URL to request |
params |
Named list of query parameters (default: empty list) |
headers |
Named character vector of headers (default: NULL) |
timeout |
Timeout in seconds (default: 60) |
An httr2 response object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.