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)The processed content, with any data.frame objects converted to
data.table if the data.table package is installed.
Parsed response content from an API call.