Skip to content

Instantly share code, notes, and snippets.

View howardbaik's full-sized avatar
🎯
Focusing

Howard Baik howardbaik

🎯
Focusing
View GitHub Profile
# Code for quick exploration of
# https://github.com/rfordatascience/tidytuesday/tree/master/data/2020/2020-05-26
# Video at https://youtu.be/kHFmtKCI_F4
library(tidyverse)
cocktails <- readr::read_csv("boston_cocktails.csv")
# Are name and row_id equivalent? -----------------------------------------