-
Kinesis Freestyle (Terrible key switches. Mushy and un-lovable)
-
Kinesis Freestyle Edge (Traditional layout with too many keys, mech switches, proably too big to be tented easily/properly)
-
Matias Ergo Pro (Looks pretty great. Have not tried.)
-
ErgoDox Kit (Currently, my everyday keyboard. Can buy pre-assembled on eBay.)
-
ErgoDox EZ (Prolly the best option for most people.)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |