A package to help you download and map TIGER shapefiles in R.
Software
Programs and online applications to help you make use of data.
-
Link
tigris →
-
Link
Seaborn →
A Python library for visualization. Surprised I just heard of it.
-
Link
d3-jetpack →
Forgot about this. The d3-jetpack from Gregor Aisch makes some of the more tedious tasks in d3.js a bit shorter and intuitive.
-
Turn a two-way mirror into an information display
Here’s a fun project to try over the weekend. Hannah Mitt and Andrew…
-
Link
R course material →
A small set of tutorials to learn the basics of R.
-
Link
Work with Google Sheets in R →
Use the googlesheets package to import data.
-
Extracting NBA player movement data
There’s no direct download, but there is an API.
-
Link
sentimentr →
R package for sentiment detection.
-
Link
quartzFonts() →
Change graphic fonts with this R function in OS X.
-
Link
data diff →
Like diff for code but for data tables.
-
Extract data from PDF files and export to CSV
Tabula, available for Windows and Mac, lets you extract data from PDF files,…
-
Why government sites are outdated and very much not fun to use
Government data sites are typically sluggish and a pain to use. So many…
-
Tufte style charts in R
Lukasz Piwek is chipping away at a collection of Tufte-style charts using R,…
-
Avoid busy times at local businesses with Google
Waiting in line stinks. I purposely go to the grocery store during off-times…
-
Link
stringsAsFactors: An unauthorized biography →
In almost every tutorial on this site,
stringsAsFactors
is set toFALSE
when you read in data with a function likeread.csv()
. Why isn’t is just set toFALSE
by default? Of course, there’s a perfectly logical explanation. -
Link
The Distillery →
A mini-app from Shan Carter to convert GeoJSON to TopoJSON. Simplify geometry and change projections along the way.
-
Link
imager →
An R package for image processing.
-
Google Trends in real-time
Google Trends used to be a place where you looked up trends for…
-
Link
CSV to HTML Table →
“Display any CSV file as a searchable, filterable, pretty HTML table. Done in 100% JavaScript.”
-
R is quirky, flawed, and an enormous success
Most people who use R on the regular learned the language in the…