Skip to content

Commit

Permalink
support the 2022 PUMS data
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerke committed Oct 24, 2023
1 parent ed2f544 commit f028119
Show file tree
Hide file tree
Showing 4 changed files with 5,986 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/load_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ load_data_pums <- function(variables, state, puma, key, year, survey,

# for which years is data dictionary available in pums_variables?
# we'll use this a couple times later on
recode_years <- 2017:2021
recode_years <- 2017:2022

base <- sprintf("https://api.census.gov/data/%s/acs/%s/pums",
year, survey)
Expand Down
Loading

0 comments on commit f028119

Please sign in to comment.