A Modern R client for the Guardian API

Author: Oliver Keyes
License: MIT
Status: Stable

downloads

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”)