parse_json_to_df: Parses json data to data frame
Description
The function parse_json_to_df parses the json data to a data frame in R. The function is called by get_guardian and should not be used standalone.
Usage
parse_json_to_df(api.responses)
Arguments
api.responses
JSON response from Guardian API