Description
Client Library for The Guardian.
Description
A client library for 'The Guardian' (https://www.guardian.com/) and their API, this package allows users to search for Guardian articles and retrieve both the content and metadata.
README.md
A Modern R client for the Guardian API
Author: Oliver Keyes
License:MIT
Status: Stable
rdian
provides a modern (httr and curl-based) API client for the guardian.co.uk API, allowing you to trivially retrieve content and metadata from the newspaper's online publications.
Installation
The development version can be obtained from GitHub:
devtools::install_github("ironholds/rdian")
For the CRAN version:
install.packages("rdian")