Skip to content

Instantly share code, notes, and snippets.

View chringel21's full-sized avatar

Christian Engel chringel21

View GitHub Profile
@chringel21
chringel21 / getBlume.R
Last active August 21, 2016 14:48
Fetch data from the Berlin city measuring network BLUME for air quality using R. For the purpose of spatial plotting, the function adds geographical coordinates to the measuring stations.
## Christian Kuntzsch
## christian.kuntzsch.me
## github.com/DeEgge
## 2016-08-21
blume <- getBlume(start = "2010-07-20", end = "2016-07-20")
getBlume <- function(start, end) {
require(rvest)