Skip to content

Instantly share code, notes, and snippets.

View cdtrich's full-sized avatar

cd_trich cdtrich

  • brussels
View GitHub Profile
library(tidyverse)
library(tidycensus)
library(sf)
library(crsuggest)
options(tigris_use_cache = TRUE)
walk(state.name, ~{
in_state <- get_acs(
geography = "tract",
variables = "B05002_003",