X-Git-Url: http://git.vanrenterghem.biz/R/project-au-taxstats.git/blobdiff_plain/8a23a6086193c79ff00a532f2b4d893e741e7ba9..6c51de54bc566a241fc0ceb1d25a1c1e2cdf81bf:/AU-taxstats.R diff --git a/AU-taxstats.R b/AU-taxstats.R index 8bbcb26..ed909fc 100644 --- a/AU-taxstats.R +++ b/AU-taxstats.R @@ -41,7 +41,8 @@ if(!file.exists("data/SA3_2016_AUST.shp")) unzip(zipfile = "data/1270055001_sa3_2016_aust_shape.zip", exdir = "data/") sa3 <- st_read(dsn = "data/", layer = "SA3_2016_AUST", stringsAsFactors = FALSE) -taxstats.sa3 <- merge(x = taxstats, y = sa3, by.x = "Postcode", by.y = "POA_CODE16", all.y = TRUE) +# This doesn't work +#taxstats.sa3 <- merge(x = taxstats, y = sa3, by.x = "Postcode", by.y = "POA_CODE16", all.y = TRUE) # Create a matrix of intersecting postal codes and SA3's