Skip to content

Yassinabdelhadyy/theguardian

Repository files navigation

The Guardian

R-CMD-check

The goal of theguardian is to get all the info from The Guardian news paper API with ease. There are 2 main concepts in the package - To get the basic api data that the guardian provide - To get the basic api data that the guardian provide and scrape the body of each article and the author name and tags But first before running the calls you need to check if your API Key is set.. you can check that by auth_me() if not you will have a link so you can go and apply for an API Key, the key will be send on your email. Once you receive you API Key you can use it in guardian_key(“Inset your API Key”). Finally you are all set now you can use the package easily with any of the functions.

Installation

You can install the development version of theguardian from GitHub with:

# install.packages("devtools")
devtools::install_github("Yassinabdelhadyy/theguardian")

Example

This is a basic example which shows you how to solve a common problem:

library(theguardian)
## ?theguardian

About

The Guardian API

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages