Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

An R wrapper for the ZEIT ONLINE Content API

Resources

License

Packages

No packages published
You can’t perform that action at this time.