| gargle_last_response | R Documentation |
These functions give access to the most recent response processed by
response_process(..., remember = TRUE). They can be
useful for post mortem analysis of puzzling or failed API interactions.
gargle_last_response()
gargle_last_content()
gargle_last_response() returns the most recent httr::response()
object.
gargle_last_content() returns the parsed JSON content from the most
recent response or an empty list if unavailable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.