Skip to content

Instantly share code, notes, and snippets.

View bttomio's full-sized avatar

Bruno T. Tomio bttomio

View GitHub Profile
library(tidycensus)
library(ggiraph)
library(tidyverse)
library(patchwork)
vt_income <- get_acs(
geography = "county",
variables = "B19013_001",
state = "VT",
year = 2019,