is_zipcode {zipangu} | R Documentation |
Test zip-code
Description
Usage
is_zipcode(x)
Arguments
x |
Zip-code. Number or character. Hyphens may be included, but the input must contain a 7-character number. |
Value
A logical vector.
Examples
is_zipcode(7000027)
is_zipcode("700-0027")
[Package zipangu version 0.3.2 Index]