We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12dda5a commit ca72985Copy full SHA for ca72985
data/src/aggregate_lodes.R
@@ -55,7 +55,7 @@ aggregate_lodes <- function(year, state,
55
fips.length <- case_when(
56
geography[g] == "county" ~ 5,
57
geography[g] == "tract" ~ 11,
58
- geography[g] == "block_group" ~ 12
+ geography[g] == "block_group" ~ 12,
59
geography[g] == "cousub" ~ 10
60
)
61
0 commit comments