A sample response object generated using `get_everything`.
sample_response
List with two dataframes:
1) Data frame with results_df
2) Data frame with meta_data
An object of class list
of length 2.
This response object was mainly created for demonstrating purposes. The data set is used in the "Scrape New York Times Online Articles" vignette. The object was created using the following query.
# NOT RUN {
response <- get_everything(query = "Trump",
sources = "the-new-york-times",
from = "2018-12-03",
to = "2018-12-09")
# }
Run the code above in your browser using DataLab