Description Usage Arguments Value Examples
Is the string the district part of a postcode.
1 | is_district(postcode, ignore_case = FALSE)
|
postcode |
A character string. |
ignore_case |
A boolean. |
A boolean.
1 2 | is_district("EC2A")
is_district("se16", ignore_case = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.