resp_request | R Documentation |
To make debugging easier, httr2 includes the request that was used to generate every response. You can use this function to access it.
resp_request(resp)
resp |
A httr2 response object, created by |
req <- request(example_url())
resp <- req_perform(req)
resp_request(resp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.