safe_POST | R Documentation |
Perform several attempts of an HTTP POST operation.
safe_POST(url, body, encode = "raw", timeout = 4, num_attempts = 5)
url |
POST request url. |
timeout |
Time (seconds) to wait in each attempt. |
num_attempts |
Maximum number of attempts to be made. |
Response instance containing possible error message and the http response content.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.