README.md

diezeit

An R wrapper for the ZEIT ONLINE Content API

Build Status downloads

The ZEIT ONLINE Content API allows for access to articles and corresponding metadata from the ZEIT archive and from ZEIT ONLINE. Access requires a personal API key, that is offered for free for non-commercial use (up to 10,000 requests per day). The terms of use can be found here (German only at the moment).

Install from GitHub

if(packageVersion("devtools") < 1.6) {
  install.packages("devtools")
}
devtools::install_github("chgrl/diezeit")

Install from CRAN

install.packages("diezeit")

Howto

Take a look at the vignette here: https://github.com/chgrl/diezeit/blob/master/vignettes/diezeit_vignette.Rmd



chgrl/diezeit documentation built on May 13, 2019, 3:59 p.m.