Skip to content

chgrl/diezeit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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