.get_decoded_response_body_or_stop | R Documentation |
This is a package-internal function for code-deduplication within various manual-layer functions.
.get_decoded_response_body_or_stop(
resultObject,
result_format,
entire_json_is_result = FALSE
)
resultObject |
Should be a return value from an API function which uses
|
entire_json_is_result |
If false, return the |
It wraps .get_raw_response_body_or_stop
by decoding
the raw response body using any of the three result-format types
we support for UDFs. It's a keystroke-saving wrapper around
.get_raw_response_body_or_stop
.
The argument, decoded according to the specified result format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.