Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
saschagobel committed Jun 21, 2021
1 parent d5c8307 commit 6f4af3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/02-degurba.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ saveRDS(postcode_classifications, "./data/postcode_classifications")

# extract classified postcode lists -----------------------------------------------------
ch_postcode_degurba <- postcode_classifications[[1]] %>%
dplyr::select(degurba_l1:fua_metro, postcode = PLZ)
dplyr::select(degurba_l1:fua_metro, postcode = PLZ, supplement = ZUSZIFF)
de_postcode_degurba <- postcode_classifications[[2]] %>%
dplyr::select(degurba_l1:fua_metro, postcode = plz)
es_postcode_degurba <- postcode_classifications[[3]] %>%
Expand Down

0 comments on commit 6f4af3c

Please sign in to comment.