Learn R Programming

zipangu (version 0.3.2)

zipcode_spacer: Insert and remove zip-code connect character

Description

lifecycle::badge("maturing") 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 FALSE. If TRUE, remove the hyphen.

Examples

Run this code
zipcode_spacer(7000027)
zipcode_spacer("305-0053")
zipcode_spacer("305-0053", remove = TRUE)

Run the code above in your browser using DataLab