zipcode_spacer {zipangu} | R Documentation |
Insert and remove zip-code connect character
Description
Inserts a hyphen as a delimiter in the given zip-code string. Or exclude the hyphen.
Usage
zipcode_spacer(x, remove = FALSE)
Arguments
x |
Zip-code. Number or character. Hyphens may be included, but the input must contain a 7-character number. |
remove |
Default is |
Examples
zipcode_spacer(7000027)
zipcode_spacer("305-0053")
zipcode_spacer("305-0053", remove = TRUE)
[Package zipangu version 0.3.2 Index]