tidycensus R package tutorial
tidycensus
is an R package that allows users to interface with the U.S. Census Bureau's decennial census and American Community Survey (ACS) APIs, in order to retrieve demographic and economic data for specified geographies. As noted by its author, Kyle Walker, tidycensus "returns tidyverse-ready data frames of selected variables, and the option to include simple feature (sf) geometries".
This tutorial outlines some of the basic functionality of tidycensus
. See the markdown here: https://a-brasch.github.io/tidycensus_tutorial/
Credits: 2020 Kyle Walker Data