process_response {ptvapi} | R Documentation |
Process a raw httr response and return an object of class ptv_api
Description
This S3 object returned by this function contains three elements:
status_code, as an integer
request, which is the request URL without authentication details
content, the unparsed body of the response
Usage
process_response(response, request_url_without_auth)
Arguments
response |
A raw response generated by the |
request_url_without_auth |
Character. The request |
Value
An S3 object of class ptv_api
[Package ptvapi version 2.0.5 Index]