Working with New Haven Area Census Data Using R
Using the tidycensus package to explore census data. This post shows R code to fetch and map census data, but also gives some tips on how to explore the almost overwhelmind variety of variables available via the Census Bureau.
Guilford Registered Voters: An R Sampler
Exploraton of geotagging and gender identification based on voter registration dataset for Guilford. Explores geotagging, identifing gender from first name, US Census, and general data clean-up. To see just the interesting plots without lots of R-related detail, skip this post and read the next one instead.
Web Scraping Javascript Content
An example of using a “headless browser” to scrape web content produced by javascript. The data is about compensation of university CEOs and was published by the Chronicle of Higher Education.
Using the Flickr API from R
Detailed description of how to access the Flickr API via R. I would do it somewhat differently in 2021.