| default_response_handler | R Documentation |
Converts data.frame results in the parsed response to data.table objects
when the data.table package is available. Applied automatically by
api_client unless overridden via the response_handler argument.
default_response_handler(content)
content |
Parsed response content from an API call. |
The processed content, with any data.frame objects converted to
data.table if the data.table package is installed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.