unique_Postcodes: Unique postcodes of
Description
Unique postcodes of
Usage
unique_Postcodes(x, strict = TRUE)uniqueN_Postcodes(x, strict = TRUE)
Value
unique_Postcodes
A (sorted) integer vector of the unique, non-NA values in x
.
uniqueN_Postcodes
The number of unique postcodes.
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.