Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

newsanchor (version 0.1.1)

sample_response: Sample Response Object

Description

A sample response object generated using `get_everything`.

Usage

sample_response

Arguments

Value

List with two dataframes: 1) Data frame with results_df 2) Data frame with meta_data

Format

An object of class list of length 2.

Details

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.

Examples

Run this code
# 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