validate_hn_api_response {hackeRnews} | R Documentation |
Checks if the given response is not empty and that it did not return an error http code.
Description
Checks if the given response is not empty and that it did not return an error http code.
Usage
validate_hn_api_response(hn_api_response)
Arguments
hn_api_response |
hn_api_response object to be checked |
[Package hackeRnews version 0.1.0 Index]