Description Usage Arguments Value Examples
A postcode is partial if:
it is not complete
it is the area + district (outward) part of the postcode
OR it is the sector + unit (inward) part of the postcode
1 | is_postcode_partial(postcode, ignore_case = FALSE)
|
postcode |
A character string. |
ignore_case |
A boolean. |
A boolean.
1 2 | is_postcode_partial("EC2A 3JX")
is_postcode_partial("ec2a", ignore_case = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.