extract_newsanchor_articles {newsanchor}R Documentation

Extracts data frame with News API articles from response object.

Description

extract_newsanchor_articles extracts a data frame containing the News API articles that matched the request to News API everything or headlines endpoint.

Usage

extract_newsanchor_articles(metadata, content_parsed)

Arguments

metadata

data frame containing meta data related to the request, see extract_newsanchor_metadata.

content_parsed

parsed content of a response to News API query

Value

data frame containing articles.


[Package newsanchor version 0.1.1 Index]