Skip to content

Instantly share code, notes, and snippets.

@giacecco
Created July 22, 2015 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save giacecco/6db0e939f2d2e95966fb to your computer and use it in GitHub Desktop.
Save giacecco/6db0e939f2d2e95966fb to your computer and use it in GitHub Desktop.
# what _populated places_ rather than Berkhamsted does OSON list for the same postcodes?
missing_berkhamsted_postcodes_in_oson <- setdiff(target_town_lr_postcodes, target_town_postcodes)
alien_postcodes <- collect(os_on_postcodes %>% filter(postcode %in% missing_berkhamsted_postcodes_in_oson))
unique(alien_postcodes$populated_place)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment