guardian_sections {rdian} | R Documentation |
Search Guardian Sections
Description
guardian_sections
lets you directly search
The Guardian for metadata about sections - individual categories of
content, such as world or US news.
Usage
guardian_sections(api_key, query, ...)
Arguments
api_key |
A key to the Guardian API, which can be obtained here. |
query |
Your search query. This can contain operators ( |
... |
further arguments to pass to httr's |
See Also
guardian_tags
for retrieving tags, another class
of content metadata.
Examples
## Not run:
# Simple example
business_sections <- guardian_sections("test", "business")
## End(Not run)
[Package rdian version 0.1.1 Index]