Skip to content

Instantly share code, notes, and snippets.

View lukereding's full-sized avatar

luke reding lukereding

View GitHub Profile
library(gh)
library(tidyverse)
library("magick")
library(glue)
dir.create("data")
repos <- gh::gh("/orgs/:org/repos", org = "tidyverse", .limit = Inf) %>% map_chr("name")
urls <- repos %>%