.get_empty_response_body_or_stop | R Documentation |
This is a package-internal function for code-deduplication within various manual-layer functions.
.get_empty_response_body_or_stop(resultObject)
resultObject |
Should be a return value from an API function which uses
|
This wraps .get_raw_response_body_or_stop
, doing stop
if there is an API-response error, or if the response is not the empty string.
This is for API functions where the expected response is the empty string.
Invisible on success, or stop()
on failure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.