Skip to content

Instantly share code, notes, and snippets.

View howardbaek's full-sized avatar
🎯
Focusing

Howard Baek howardbaek

🎯
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? -----------------------------------------