is_district: Is the string the district part of a postcode.

Description Usage Arguments Value Examples

Description

Is the string the district part of a postcode.

Usage

1
is_district(postcode, ignore_case = FALSE)

Arguments

postcode

A character string.

ignore_case

A boolean.

Value

A boolean.

Examples

1
2
is_district("EC2A")
is_district("se16", ignore_case = TRUE)

xavier-gilbert/sabre documentation built on May 7, 2021, 12:40 p.m.