Skip to content

Instantly share code, notes, and snippets.

@zjuul
zjuul / weatherdata.R
Created June 18, 2018 13:44
KNMI NL weerdata graphing
# visualise weather in NL
#
#
# (c) Jules Stuifbergen 2018 - Creative Commons licence CC BY-SA
#
#
library(httr)
library(tidyverse)
library(lubridate)