unique_Postcodes: Unique postcodes of

View source: R/unique_Postcodes.R

unique_PostcodesR Documentation

Unique postcodes of

Description

Unique postcodes of

Usage

unique_Postcodes(x, strict = TRUE)

uniqueN_Postcodes(x, strict = TRUE)

Arguments

x

An integer vector of postcodes.

strict

(logical, default: TRUE) If TRUE, only postcodes (at time of package development) with actual addresses are returned. Otherwise, any postcode in the range 1:8192 are returned.

Value

unique_Postcodes

A (sorted) integer vector of the unique, non-NA values in x.

uniqueN_Postcodes

The number of unique postcodes.


healthyAddress documentation built on April 12, 2025, 1:28 a.m.