Skip to content

Instantly share code, notes, and snippets.

@giacecco
Last active August 29, 2015 14:25
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/1c60ed528373c65c75b9 to your computer and use it in GitHub Desktop.
Save giacecco/1c60ed528373c65c75b9 to your computer and use it in GitHub Desktop.
# are the LRPP postcode current? how many of them I can't find in OSON _at all_, whatever the
# populated place they're associated to?
sum(!target_town_lr_postcodes %in% collect(os_on_postcodes)$postcode)
sum(!target_town_lr_postcodes %in% collect(os_on_postcodes)$postcode) / length(target_town_lr_postcodes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment