powered by
lifecycle::badge("maturing") Inserts a hyphen as a delimiter in the given zip-code string. Or exclude the hyphen.
zipcode_spacer(x, remove = FALSE)
Zip-code. Number or character. Hyphens may be included, but the input must contain a 7-character number.
Default is FALSE. If TRUE, remove the hyphen.
FALSE
TRUE
zipcode_spacer(7000027) zipcode_spacer("305-0053") zipcode_spacer("305-0053", remove = TRUE)
Run the code above in your browser using DataLab