sample_response {newsanchor}R Documentation

Sample Response Object

Description

A sample response object generated using 'get_everything'.

Usage

sample_response

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.

Value

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

Examples

## Not run: 
response <- get_everything(query   = "Trump",
                           sources = "the-new-york-times",
                           from    = "2018-12-03",
                           to      = "2018-12-09") 

## End(Not run)

[Package newsanchor version 0.1.1 Index]