Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env R
library(curl)
library(dplyr)
library(tidyr)
library(ggplot2)
library(cowplot)
library(gridExtra)
# get data
url <- 'https://docs.google.com/spreadsheets/d/e/2PACX-1vR0TLhKqeEWZsJqbIuZ38bLc3vVeUpPx9rYnS1QG9kp4Wgv9rvCRHplf1fDy4rFbmC1CAQoVLVW3NX7/pub?output=tsv'
req <- curl_fetch_memory(url)