Skip to content

Instantly share code, notes, and snippets.

@celiomsj
celiomsj / hourly-weather.R
Last active October 19, 2017 16:41 — forked from yeedle/hourly-weather.R
Temperature of every hour in NY since 1973
library(tidyverse)
library(R.utils)
library(glue)
library(magrittr)
library(weathermetrics)
library(padr)
library(ggExtra)
library(lubridate)
library(scales)
library(hrbrthemes)