Skip to content

Commit

Permalink
adding mortgage status
Browse files Browse the repository at this point in the history
  • Loading branch information
wcurrangroome committed Jul 30, 2024
1 parent ec5f32d commit 8567bf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/list_acs_variables.R
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ list_acs_variables = function(year = "2022") {
## MEDIAN ANNUAL HOUSEHOLD INCOME BY TENURE
select_variables("B25119_00"),

## MORTGAGE STATUS
mortgage_status_universe_ = "B25081_001",
mortgage_status_housing_units_with_mortgage_ = "B25081_002",

####----TRANSPORTATION----####
## MEANS OF TRANSPORTATION TO WORK
select_variables("B08301_"),
Expand Down

0 comments on commit 8567bf6

Please sign in to comment.