Verifies that the character string provided is a valid UK postcode. This
means that it conforms to the correct specification for a UK postcode, not
that it actually exists.
verify_post_code(post_code = NULL)
Arguments
post_code |
a character vector of post codes |