Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save karthik/f8aaebdd68837e53b21f805015054b3d to your computer and use it in GitHub Desktop.
Save karthik/f8aaebdd68837e53b21f805015054b3d to your computer and use it in GitHub Desktop.
library(googlesheets)
library(tidyverse)
lsp(googlesheets)
data <- gs_title("2018_unconf_nominations")
kr <- data %>% gs_read("Sheet1")
names(kr)
kr <- kr[-1, ]
kr %>% group_by(support_needed) %>% tally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment