Skip to content

Instantly share code, notes, and snippets.

@ed-parsadanyan
ed-parsadanyan / dumbbell_plot.R
Created April 17, 2022 23:50
R code for the Telegram bot powered by n8n
# Make a dumbbell plot of the current and min/max temperatures in some EU capitals
# 2022-04-18 by Ed Parsadanyan
library(ggplot2)
library(ggthemes)
library(magrittr)
library(dplyr)
library(tidyr)
library(lubridate)