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)

FoodStandardsAgency/sabre documentation built on May 8, 2021, 10:44 a.m.