Skip to content

Materials for ACS workshops given at SSDAN / University of Michigan in 2023

Notifications You must be signed in to change notification settings

fmdavenport/umich-workshop-2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

umich-workshop-2023

Slides and code for Census data workshops given at the University of Michigan in 2023

This repository contains materials for a series of workshops on using Census data in R given for the University of Michigan's Social Science Data Analysis Network in February of 2023.

Workshop slides are available from the links below:

To use the workshop materials, you should do one of the following:

  • Users new to R and RStudio should use the pre-built Posit Cloud environment available at https://posit.cloud/content/5377428.

  • Advanced users familiar with R and RStudio should clone the repository to their computers with the command git clone https://github.com/walkerke/umich-workshop-2023.git. They should then install the following R packages, if not already installed:

pkgs <- c("tidycensus", "tidyverse", "mapview", "plotly", "ggiraph", 
          "survey", "srvyr")

install.packages(pkgs)

Experienced users should re-install tidycensus to get the latest updates and ensure that all code used in the workshop will run.

Other packages used will be picked up as dependencies of these packages on installation.

A Census API key is recommended to access the Census API. Participants can sign up for a key at https://api.census.gov/data/key_signup.html (it generally takes just a few minutes).

About

Materials for ACS workshops given at SSDAN / University of Michigan in 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 93.7%
  • JavaScript 5.1%
  • Other 1.2%