phone_it_in | R Documentation |
This function takes phone numbers in multiple formats and makes them consistent.
phone_it_in(phone, invalid = "")
phone |
A vector of numbers that are supposed to be phone numbers. |
invalid |
A string that you want to assign to any numbers identified as invalid. |
Phone numbers can be either 7 or 10 digits and will be returned with that same number of digits.
A vector of the same length as the input vector, reformatted.
x <- c("1234567", "123-4567.890", "1.23456", 1234567) phone_it_in(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.