Skip to content

Instantly share code, notes, and snippets.

View jeffcsauer's full-sized avatar

Jeff Sauer jeffcsauer

  • NYC DOHMH
  • New York, NY
View GitHub Profile
@itod
itod / split_keyboards.md
Last active June 12, 2024 12:08
Every "split" mechanical keyboard currently being sold that I know of
@hobbes7878
hobbes7878 / acs-example.R
Created December 13, 2016 15:36
A simple example showing how to fetch census data with the acs package in R
library(dplyr)
# Load acs library
# Complete docs at https://cran.r-project.org/web/packages/acs/acs.pdf
library(acs)
# First, create a geography
# For example, all counties in Texas
tx.counties = geo.make(county="*", state='TX')
# Or all tracts in Dallas and Tarrant county, using fips code