Analyzing US Census Data in R

Go to class
Write Review

Free Online Course: Analyzing US Census Data in R provided by DataCamp is a comprehensive online course, which lasts for 4 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from DataCamp. Analyzing US Census Data in R is taught by Kyle Walker.

Overview
  • Learn to rapidly visualize and explore demographic data from the United States Census Bureau using tidyverse tools.

    Analysts across industries rely on data from the United States Census Bureau in their work. In this course, students will learn how to work with Census tabular and spatial data in the R environment. The course focuses on the tidycensus package for acquiring data from the decennial US Census and American Community survey in a tidyverse-friendly format, and the tigris package for accessing Census geographic data within R. By the end of this course, students will be able to rapidly visualize and explore demographic data from the Census Bureau using ggplot2 and other tidyverse tools, and make maps of Census demographic data with only a few lines of R code.

Syllabus
  • Census data in R with tidycensus
    -In this chapter, students will learn the basics of working with Census data in R with tidycensus. They will acquire data using tidycensus functions, search for data, and make a basic plot.

    Wrangling US Census Data
    -In this chapter, students learn how to use tidyverse tools to wrangle data from the US Census and American Community Survey. They also learn about handling margins of error in the ACS.

    US Census geographic data in R
    -In this chapter, students will learn how to work with US Census Bureau geographic data in R using the tigris R package.

    Mapping US Census Data
    -In this chapter, you will learn how to obtain feature geometry with the tidycensus package, and use ggplot2 and mapview to make customized static and interactive maps of US Census data.