guardian_editions: Search Guardian Editions

Description Usage Arguments See Also Examples

View source: R/editions.R

Description

guardian_editions lets you directly search The Guardian for metadata about their editions - country-specific (or international) standard releases for their website's content.

Usage

1
guardian_editions(api_key, query, ...)

Arguments

api_key

A key to the Guardian API, which can be obtained here.

query

Your search query.

...

further arguments to pass to httr's GET.

See Also

guardian_sections for retrieving sections, another category of content.

Examples

1
2
3
4
5
## Not run: 
# Simple example
uk_edition_data <- guardian_editions("test", "uk")

## End(Not run)

rdian documentation built on May 2, 2019, 3:26 p.m.