Skip to contents

Display phone number in a formatted string.

Usage

display_phone_number(phone)

Arguments

phone

String representing a phone number.

Value

Formatted string of the phone number.

Examples

display_phone_number("5555555555")
#> [1] "(555) 555-5555"