extract_newsanchor_metadata {newsanchor}R Documentation

Extracts metadata.

Description

extract_newsanchor_metadata extracts meta data from the response object and the parsed content.

Usage

extract_newsanchor_metadata(response, content_parsed, page = NULL,
  page_size = NULL)

Arguments

response

httr response object

content_parsed

parsed content of a response to News API query

page

Specifies the page number of your results that was returned. Defaults to NULL.

page_size

The number of articles per page that were returned. Defaults to NULL.

Value

data frame containing meta data related to the query.


[Package newsanchor version 0.1.1 Index]